|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.publish.shared.CmsPublishOptions
public class CmsPublishOptions
Bean encapsulating all ADE publish options.
| Constructor Summary | |
|---|---|
CmsPublishOptions()
Creates a new publish options bean. |
|
CmsPublishOptions(boolean includeRelated,
boolean includeSiblings,
CmsUUID projectId)
Creates a new publish options bean. |
|
| Method Summary | |
|---|---|
CmsUUID |
getProjectId()
Returns the project id. |
boolean |
isIncludeRelated()
Checks if to include related resources. |
boolean |
isIncludeSiblings()
Checks if to include siblings. |
void |
setIncludeRelated(boolean includeRelated)
Sets the flag to include related resources. |
void |
setIncludeSiblings(boolean includeSiblings)
Sets the flag to include siblings. |
void |
setProjectId(CmsUUID projectId)
Sets the id of the project to publish. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsPublishOptions()
public CmsPublishOptions(boolean includeRelated,
boolean includeSiblings,
CmsUUID projectId)
includeRelated - Flag to include related resourcesincludeSiblings - Flag to include siblingsprojectId - The id of the project to publish| Method Detail |
|---|
public CmsUUID getProjectId()
public boolean isIncludeRelated()
true if to include related resourcespublic boolean isIncludeSiblings()
true if to include siblingspublic void setIncludeRelated(boolean includeRelated)
includeRelated - the flag to setpublic void setIncludeSiblings(boolean includeSiblings)
includeSiblings - the flag to setpublic void setProjectId(CmsUUID projectId)
projectId - the id to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||