| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PublishCommand
The PublishCommand transfers the specified resource between two servers. Once the resource is moved it is only visible for a certain set of users. The resource will be hidden by a visibiliry rule
Note: This command can only be executed once.
Method Summary | |
---|---|
void | execute()
Executes the Publish command |
void | setNextResource(Identifiable sibling)
Sets the reference to the next resource |
void | setNextResource(java.lang.String siblingUniqueName)
Sets the reference to the next resource |
void | setParentResource(Identifiable parent)
Sets the reference to the parent |
void | setParentResource(java.lang.String parentUniqueName)
Sets the reference to the parent |
Methods inherited from interface com.ibm.portal.sitemanagement.command.SitemanagementCommand |
---|
setHierarchy, setResource, setResource |
Methods inherited from interface com.ibm.portal.Disposable |
---|
dispose |
Method Detail |
---|
void execute() throws SiblingNotFoundException, ParentNotFoundException, NodeNotFoundException, CannotPublishPageException
void setParentResource(Identifiable parent)
void setParentResource(java.lang.String parentUniqueName)
void setNextResource(Identifiable sibling)
void setNextResource(java.lang.String siblingUniqueName)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |