| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SitemanagementCommandContextFactory
Factory interface for providing SitemanagementCommandContext objects. This factory can accept an existing ContentModelController obtained through local means. Alternatively, the factory can take a ServerInfo parameter to establish a completely remote version of a CommandContext.
Method Summary | |
---|---|
SitemanagementCommandContext<DemoteCommand> | com.ibm.portal.content.ContentModelController)">createDemoteCommandContext(ContentModelController<ContentNode,ModifiableContentNode> controller)
Creates a SitemanagementCommandContext object |
SitemanagementCommandContext<PromoteCommand> | com.ibm.portal.content.ContentModelController)">createPromoteCommandContext(ContentModelController<ContentNode,ModifiableContentNode> controller)
Creates a SitemanagementCommandContext object |
SitemanagementCommandContext<PublishCommand> | com.ibm.portal.content.ContentModelController, com.ibm.portal.content.ContentModelController)">createPublishCommandContext(ContentModelController<ContentNode,ModifiableContentNode> source,
ContentModelController<ContentNode,ModifiableContentNode> target)
Creates a SitemanagementCommandContext object |
Method Detail |
---|
SitemanagementCommandContext<PromoteCommand> createPromoteCommandContext(ContentModelController<ContentNode,ModifiableContentNode> controller) throws java.lang.IllegalAccessException, java.lang.InstantiationException
SitemanagementCommandContext<DemoteCommand> createDemoteCommandContext(ContentModelController<ContentNode,ModifiableContentNode> controller) throws java.lang.IllegalAccessException, java.lang.InstantiationException
SitemanagementCommandContext<PublishCommand> createPublishCommandContext(ContentModelController<ContentNode,ModifiableContentNode> source, ContentModelController<ContentNode,ModifiableContentNode> target) throws java.lang.IllegalAccessException, java.lang.InstantiationException
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |