|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NewVersionAction
NewVersionAction creates a new version of a CentraSiteRegistryObject.
It can only be applied to a single CSRO
Method Summary | |
---|---|
java.util.Collection<Organization> |
getApplicableOrganizations()
Returns the applicable organization for the action. |
java.lang.String |
getChangeLog()
Returns the change log parameter. |
java.lang.String |
getNamespace()
Returns the namespace parameter from the action. |
java.util.Collection<CentraSiteObject> |
getNewVersionObjects()
returns the collection of newly versioned objects, null incase version action is not executed successfully. |
Organization |
getSelectedOrganization()
Returns the organizatin parameter of the action. |
java.lang.String |
getUserVersion()
Returns the user version parameter |
boolean |
isPropagateVersion()
Returns whether propagate version to dependent object is set or not. |
void |
setChangeLog(java.lang.String changeLog)
Sets the change log entry for he new version. |
void |
setNamespace(java.lang.String nameSpace)
Sets the namespace for the new version. |
void |
setPropagateVersion(boolean isDeepVersion)
Sets the "Propagate versions to dependent object" for creating the new version. |
void |
setSelectedOrganization(Organization organization)
Sets the organization for the new parameter |
void |
setUserVersion(java.lang.String userVersion)
Sets the user version for hte new version. |
Methods inherited from interface com.softwareag.centrasite.api.csom.action.CSOAction |
---|
cancel, executeNextStep, executePreviousStep, finishAllSteps, getCurrentState, getGroup, getIconURL, getId, getName, getSkippedObjectsWithReason, isAllowed, isApplicable, setObjects |
Method Detail |
---|
java.lang.String getNamespace()
void setNamespace(java.lang.String nameSpace) throws CLLException
nameSpace
-
CLLException
java.util.Collection<Organization> getApplicableOrganizations() throws CLLException
CLLException
Organization getSelectedOrganization() throws CLLException
CLLException
void setSelectedOrganization(Organization organization) throws CLLException
organization
-
CLLException
java.lang.String getUserVersion()
void setUserVersion(java.lang.String userVersion) throws CLLException
userVersion
-
CLLException
boolean isPropagateVersion()
void setPropagateVersion(boolean isDeepVersion) throws CLLException
isDeepVersion
- boolean flag indicating whether DEEP/SHALLOW Copy
CLLException
java.lang.String getChangeLog()
void setChangeLog(java.lang.String changeLog) throws CLLException
changeLog
-
CLLException
java.util.Collection<CentraSiteObject> getNewVersionObjects()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |