Package org.alfresco.rest.api.nodes
Class NodeActionDefinitionsRelation
- java.lang.Object
-
- org.alfresco.rest.api.nodes.AbstractNodeRelation
-
- org.alfresco.rest.api.nodes.NodeActionDefinitionsRelation
-
- All Implemented Interfaces:
RelationshipResourceAction.Read<ActionDefinition>
,ResourceAction
,org.springframework.beans.factory.InitializingBean
@RelationshipResource(name="action-definitions", entityResource=NodesEntityResource.class, title="Node action definitions") public class NodeActionDefinitionsRelation extends AbstractNodeRelation implements RelationshipResourceAction.Read<ActionDefinition>
-
-
Field Summary
-
Fields inherited from class org.alfresco.rest.api.nodes.AbstractNodeRelation
dictionaryService, EXCLUDED_NS, namespaceService, nodeAssocService, nodes, nodeService, sr
-
-
Constructor Summary
Constructors Constructor Description NodeActionDefinitionsRelation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPropertiesSet()
CollectionWithPagingInfo<ActionDefinition>
readAll(String entityResourceId, Parameters params)
Reads set the relationship entities from the collection using the related entityResourceId.void
setActions(Actions actions)
-
Methods inherited from class org.alfresco.rest.api.nodes.AbstractNodeRelation
getAssocTypeFromWhereElseAll, listNodeChildAssocs, listNodePeerAssocs, listPage, setNodeAssocService, setNodes, setServiceRegistry
-
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Overrides:
afterPropertiesSet
in classAbstractNodeRelation
-
setActions
public void setActions(Actions actions)
-
readAll
public CollectionWithPagingInfo<ActionDefinition> readAll(String entityResourceId, Parameters params)
Description copied from interface:RelationshipResourceAction.Read
Reads set the relationship entities from the collection using the related entityResourceId. Paging information is provided.- Specified by:
readAll
in interfaceRelationshipResourceAction.Read<ActionDefinition>
- Parameters:
entityResourceId
- Entity resource context for this relationshipparams
- - will never be null and will have the PAGING default values
-
-