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.MemberEditCommandCacheControl. createAddCommand(Member member)Creates a command to add a member to the cache.CacheControl.MemberEditCommandCacheControl. createCompoundCommand(List<CacheControl.MemberEditCommand> cmds)Builds a compound command which is executed atomically.CacheControl.MemberEditCommandCacheControl. createCompoundCommand(CacheControl.MemberEditCommand... cmds)Builds a compound command which is executed atomically.CacheControl.MemberEditCommandCacheControl. createDeleteCommand(CacheControl.MemberSet memberSet)Creates a command to delete a set of members from the member cache.CacheControl.MemberEditCommandCacheControl. createDeleteCommand(Member member)Creates a command to delete a member and its descendants from the member cache.CacheControl.MemberEditCommandCacheControl. 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.MemberEditCommandCacheControl. createSetPropertyCommand(CacheControl.MemberSet set, Map<String,Object> propertyValues)Creates a command to several properties changes over a set of members.CacheControl.MemberEditCommandCacheControl. 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.MemberEditCommandCacheControl. createCompoundCommand(CacheControl.MemberEditCommand... cmds)Builds a compound command which is executed atomically.voidCacheControl. 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.MemberEditCommandCacheControl. 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.MemberEditCommandCacheControlImpl. createAddCommand(Member member)CacheControl.MemberEditCommandCacheControlImpl. createCompoundCommand(List<CacheControl.MemberEditCommand> commandList)CacheControl.MemberEditCommandCacheControlImpl. createCompoundCommand(CacheControl.MemberEditCommand... commands)CacheControl.MemberEditCommandCacheControlImpl. createDeleteCommand(CacheControl.MemberSet s)CacheControl.MemberEditCommandCacheControlImpl. createDeleteCommand(Member member)CacheControl.MemberEditCommandCacheControlImpl. createMoveCommand(Member member, Member loc)CacheControl.MemberEditCommandCacheControlImpl. createSetPropertyCommand(CacheControl.MemberSet members, Map<String,Object> propertyValues)CacheControl.MemberEditCommandCacheControlImpl. createSetPropertyCommand(Member member, String name, Object value)Methods in mondrian.rolap with parameters of type CacheControl.MemberEditCommand Modifier and Type Method Description CacheControl.MemberEditCommandCacheControlImpl. createCompoundCommand(CacheControl.MemberEditCommand... commands)voidCacheControlImpl. execute(CacheControl.MemberEditCommand cmd)Method parameters in mondrian.rolap with type arguments of type CacheControl.MemberEditCommand Modifier and Type Method Description CacheControl.MemberEditCommandCacheControlImpl. createCompoundCommand(List<CacheControl.MemberEditCommand> commandList)
-