|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.action.ParameterizedItemImpl
org.alfresco.repo.action.ActionImpl
org.alfresco.repo.rendition.RenditionDefinitionImpl
org.alfresco.repo.rendition.CompositeRenditionDefinitionImpl
public class CompositeRenditionDefinitionImpl
Field Summary |
---|
Fields inherited from class org.alfresco.repo.rendition.RenditionDefinitionImpl |
---|
RENDITION_DEFINITION_NAME, renditionAssociationType, renditionParent |
Constructor Summary | |
---|---|
CompositeRenditionDefinitionImpl(CompositeAction compositeAction)
|
|
CompositeRenditionDefinitionImpl(java.lang.String id,
org.alfresco.service.namespace.QName renditionName)
|
Method Summary | |
---|---|
void |
addAction(int index,
RenditionDefinition action)
Add an action to the list at the index specified |
void |
addAction(RenditionDefinition action)
Add an action to the end of the list |
RenditionDefinition |
getAction(int index)
Get an action at a given index |
java.util.List |
getActions()
Get list containing the actions in their current order |
boolean |
hasActions()
Indicates whether there are any actions |
int |
indexOfAction(RenditionDefinition action)
Gets the index of an action |
void |
removeAction(RenditionDefinition action)
Remove an action from the list |
void |
removeAllActions()
Remove all actions from the list |
void |
setAction(int index,
RenditionDefinition action)
Replace the action at the specfied index with the passed action. |
Methods inherited from class org.alfresco.repo.rendition.RenditionDefinitionImpl |
---|
getCallback, getRenditionAssociationType, getRenditionName, getRenditionParent, setCallback, setRenditionAssociationType, setRenditionParent |
Methods inherited from class org.alfresco.repo.action.ParameterizedItemImpl |
---|
equals, getId, getParameterValue, getParameterValues, hashCode, setParameterValue, setParameterValues |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.alfresco.service.cmr.rendition.RenditionDefinition |
---|
getCallback, getRenditionAssociationType, getRenditionName, getRenditionParent, setCallback, setRenditionAssociationType, setRenditionParent |
Methods inherited from interface org.alfresco.service.cmr.action.ParameterizedItem |
---|
getId, getParameterValue, getParameterValues, setParameterValue, setParameterValues |
Constructor Detail |
---|
public CompositeRenditionDefinitionImpl(java.lang.String id, org.alfresco.service.namespace.QName renditionName)
nodeRef
- id
- public CompositeRenditionDefinitionImpl(CompositeAction compositeAction)
Method Detail |
---|
public void addAction(int index, RenditionDefinition action)
ActionList
addAction
in interface ActionList
index
- action
- ActionList.addAction(int,
org.alfresco.service.cmr.action.Action)
public void addAction(RenditionDefinition action)
ActionList
addAction
in interface ActionList
action
- ActionList.addAction(org.alfresco.service.cmr.action.Action)
public RenditionDefinition getAction(int index)
ActionList
getAction
in interface ActionList
index
-
ActionList.getAction(int)
public java.util.List getActions()
ActionList
getActions
in interface ActionList
ActionList.getActions()
public boolean hasActions()
ActionList
hasActions
in interface ActionList
ActionList.hasActions()
public int indexOfAction(RenditionDefinition action)
ActionList
indexOfAction
in interface ActionList
action
-
ActionList.indexOfAction(org.alfresco.service.cmr.action.Action)
public void removeAction(RenditionDefinition action)
ActionList
removeAction
in interface ActionList
action
- ActionList.removeAction(org.alfresco.service.cmr.action.Action)
public void removeAllActions()
ActionList
removeAllActions
in interface ActionList
ActionList.removeAllActions()
public void setAction(int index, RenditionDefinition action)
ActionList
setAction
in interface ActionList
index
- action
- ActionList.setAction(int,
org.alfresco.service.cmr.action.Action)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |