public interface RemoveFromListAction extends CSOAction
Modifier and Type | Method and Description |
---|---|
java.util.Collection<CentraSiteObject> |
getApplicableLists()
Returns the user-specific "lists" that contain at least one selected CentraSite object.
|
void |
setRemoveLists(java.util.Collection<CentraSiteObject> list)
Sets the "lists" from which the object(s) should be removed.
|
cancel, executeNextStep, executePreviousStep, finishAllSteps, getCurrentState, getGroup, getIconURL, getId, getName, getSkippedObjectsWithReason, isAllowed, isApplicable, setObjects
java.util.Collection<CentraSiteObject> getApplicableLists() throws CLLException
CLLException
- if CLL fails to return the existing listsvoid setRemoveLists(java.util.Collection<CentraSiteObject> list) throws CLLException
list
- CentraSiteObject
representing a given existing listCLLException
- if CLL fails to set the given existing list