Uses of Interface
mondrian.olap.CacheControl.MemberEditCommand
-
Packages that use CacheControl.MemberEditCommand Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap Implements the data access layer for the olap package. -
-
Uses of CacheControl.MemberEditCommand in mondrian.olap
Methods in mondrian.olap that return CacheControl.MemberEditCommand Modifier and Type Method Description CacheControl.MemberEditCommand
CacheControl. createAddCommand(Member member)
Creates a command to add a member to the cache.CacheControl.MemberEditCommand
CacheControl. createCompoundCommand(List<CacheControl.MemberEditCommand> cmds)
Builds a compound command which is executed atomically.CacheControl.MemberEditCommand
CacheControl. createCompoundCommand(CacheControl.MemberEditCommand... cmds)
Builds a compound command which is executed atomically.CacheControl.MemberEditCommand
CacheControl. createDeleteCommand(CacheControl.MemberSet memberSet)
Creates a command to delete a set of members from the member cache.CacheControl.MemberEditCommand
CacheControl. createDeleteCommand(Member member)
Creates a command to delete a member and its descendants from the member cache.CacheControl.MemberEditCommand
CacheControl. createMoveCommand(Member member, Member loc)
Creates a command to Move a member (with its descendants) to a new location, that is to a new parent.CacheControl.MemberEditCommand
CacheControl. createSetPropertyCommand(CacheControl.MemberSet set, Map<String,Object> propertyValues)
Creates a command to several properties changes over a set of members.CacheControl.MemberEditCommand
CacheControl. createSetPropertyCommand(Member member, String name, Object value)
Creates a command to change one property of a member.Methods in mondrian.olap with parameters of type CacheControl.MemberEditCommand Modifier and Type Method Description CacheControl.MemberEditCommand
CacheControl. createCompoundCommand(CacheControl.MemberEditCommand... cmds)
Builds a compound command which is executed atomically.void
CacheControl. execute(CacheControl.MemberEditCommand cmd)
Executes a command that edits the member cache.Method parameters in mondrian.olap with type arguments of type CacheControl.MemberEditCommand Modifier and Type Method Description CacheControl.MemberEditCommand
CacheControl. createCompoundCommand(List<CacheControl.MemberEditCommand> cmds)
Builds a compound command which is executed atomically. -
Uses of CacheControl.MemberEditCommand in mondrian.rolap
Methods in mondrian.rolap that return CacheControl.MemberEditCommand Modifier and Type Method Description CacheControl.MemberEditCommand
CacheControlImpl. createAddCommand(Member member)
CacheControl.MemberEditCommand
CacheControlImpl. createCompoundCommand(List<CacheControl.MemberEditCommand> commandList)
CacheControl.MemberEditCommand
CacheControlImpl. createCompoundCommand(CacheControl.MemberEditCommand... commands)
CacheControl.MemberEditCommand
CacheControlImpl. createDeleteCommand(CacheControl.MemberSet s)
CacheControl.MemberEditCommand
CacheControlImpl. createDeleteCommand(Member member)
CacheControl.MemberEditCommand
CacheControlImpl. createMoveCommand(Member member, Member loc)
CacheControl.MemberEditCommand
CacheControlImpl. createSetPropertyCommand(CacheControl.MemberSet members, Map<String,Object> propertyValues)
CacheControl.MemberEditCommand
CacheControlImpl. createSetPropertyCommand(Member member, String name, Object value)
Methods in mondrian.rolap with parameters of type CacheControl.MemberEditCommand Modifier and Type Method Description CacheControl.MemberEditCommand
CacheControlImpl. createCompoundCommand(CacheControl.MemberEditCommand... commands)
void
CacheControlImpl. execute(CacheControl.MemberEditCommand cmd)
Method parameters in mondrian.rolap with type arguments of type CacheControl.MemberEditCommand Modifier and Type Method Description CacheControl.MemberEditCommand
CacheControlImpl. createCompoundCommand(List<CacheControl.MemberEditCommand> commandList)
-