public interface AddToListAction extends CSOAction
Modifier and Type | Method and Description |
---|---|
java.util.Collection<CentraSiteObject> |
getExistingLists()
Get the existing lists owned by the logged in user.
|
void |
setExistingList(CentraSiteObject list)
Sets the objects to a given existing list.
|
void |
setNewListName(java.lang.String listName)
Sets the objects to a given new list.
|
cancel, doesLoggedInUserHaveSufficientRolesOrPermissions, executeNextStep, executePreviousStep, finishAllSteps, getCurrentState, getGroup, getIconURL, getId, getName, getSkippedObjectsWithReason, isAllowed, isApplicable, setObjects
java.util.Collection<CentraSiteObject> getExistingLists() throws CLLException
CLLException
- if failed to retrieve an existing list.void setExistingList(CentraSiteObject list) throws CLLException
list
- CentraSiteObject
that represents the given existing list.CLLException
- if failed to set the objects in the given existing list.void setNewListName(java.lang.String listName)
listName
- Name of the list to be created.