Uses of Interface
mondrian.olap.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
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionCacheControl.createCompoundCommand
(List<CacheControl.MemberEditCommand> cmds) Builds a compound command which is executed atomically. -
Uses of CacheControl.MemberEditCommand in mondrian.rolap
Modifier 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) Modifier and TypeMethodDescriptionCacheControlImpl.createCompoundCommand
(CacheControl.MemberEditCommand... commands) void
CacheControlImpl.execute
(CacheControl.MemberEditCommand cmd) Modifier and TypeMethodDescriptionCacheControlImpl.createCompoundCommand
(List<CacheControl.MemberEditCommand> commandList)