|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EditAction
The EditAction interface provides a mechanism to modify the CentraSiteRegistryObject.
This interface can only be applied on one CentraSite object at a time.
Method Summary | |
---|---|
boolean |
canMove()
Checks if the logged in user has permission to change the ownership of a CentraSite object. |
java.util.Collection<Organization> |
getAllOrganization()
Get complete list of registered organizations in CentraSite. |
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 |
---|
boolean canMove() throws CLLException
CLLException
- if CLL fails to check whether the logged in user has required permission to change ownership of the CentraSite object.java.util.Collection<Organization> getAllOrganization() throws CLLException
Organization
(s) in CentraSite.
CLLException
- if CLL fails to get the complete list of registered organizations in CentraSite.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |