Uses of Class
org.alfresco.rm.rest.api.model.RMNode
-
Packages that use RMNode Package Description org.alfresco.rm.rest.api.impl org.alfresco.rm.rest.api.model -
-
Uses of RMNode in org.alfresco.rm.rest.api.impl
Methods in org.alfresco.rm.rest.api.impl with parameters of type RMNode Modifier and Type Method Description org.alfresco.service.cmr.repository.NodeRef
FilePlanComponentsApiUtils. createRMNode(org.alfresco.service.cmr.repository.NodeRef parentNodeRef, RMNode nodeInfo, org.alfresco.rest.framework.resource.parameters.Parameters parameters)
Create an RM nodevoid
FilePlanComponentsApiUtils. updateNode(org.alfresco.service.cmr.repository.NodeRef nodeRef, RMNode updateInfo, org.alfresco.rest.framework.resource.parameters.Parameters parameters)
Utility method that updates a node's name and properties -
Uses of RMNode in org.alfresco.rm.rest.api.model
Subclasses of RMNode in org.alfresco.rm.rest.api.model Modifier and Type Class Description class
FilePlan
Concrete class carrying general information for an unfiled containerclass
Record
Concrete class carrying information for a recordclass
RecordCategory
Concrete class carrying general information for an record categoryclass
RecordCategoryChild
Concrete class carrying information for a record category child.class
RecordFolder
Concrete class carrying general information for a record folderclass
TransferChild
POJO object carrying information of a transfer childclass
UnfiledChild
Abstract class carrying information for an unfiled container or unfiled record folder childclass
UnfiledContainer
Concrete class carrying general information for an unfiled containerclass
UnfiledContainerChild
Specific POJO object carrying information for an unfiled container childclass
UnfiledRecordFolder
Concrete class carrying specific information for an unfiled record folderclass
UnfiledRecordFolderChild
Specific POJO object carrying information for an unfiled record folder child
-