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