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, nodes, nodeService, sr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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, setNodes, setServiceRegistry
-
Constructor Details
-
NodeActionDefinitionsRelation
public NodeActionDefinitionsRelation()
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Overrides:
afterPropertiesSet
in classAbstractNodeRelation
-
setActions
-
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
-