|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AddToListAction
The AddToListAction interface allows build a collection of objects that can display as a group. The interface contains various methods that facilitate to add a CentraSite object to an existing list or a newly added list.
Method Summary | |
---|---|
java.util.Collection<CentraSiteObject> |
getExistingLists()
|
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. |
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.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |