public abstract class RMNode extends Object
| Constructor and Description |
|---|
RMNode() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllowableOperations() |
List<String> |
getAspectNames() |
org.alfresco.rest.api.model.Assoc |
getAssociation() |
Date |
getCreatedAt() |
org.alfresco.rest.api.model.UserInfo |
getCreatedByUser() |
Date |
getModifiedAt() |
org.alfresco.rest.api.model.UserInfo |
getModifiedByUser() |
String |
getName() |
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef() |
String |
getNodeType() |
org.alfresco.service.cmr.repository.NodeRef |
getParentId() |
org.alfresco.rest.api.model.PathInfo |
getPath() |
Map<String,Object> |
getProperties() |
void |
setAllowableOperations(List<String> allowableOperations) |
void |
setAspectNames(List<String> aspectNames) |
void |
setAssociation(org.alfresco.rest.api.model.Assoc association) |
void |
setCreatedAt(Date createdAt) |
void |
setCreatedByUser(org.alfresco.rest.api.model.UserInfo createdByUser) |
void |
setModifiedAt(Date modifiedAt) |
void |
setModifiedByUser(org.alfresco.rest.api.model.UserInfo modifiedByUser) |
void |
setName(String name) |
void |
setNodeRef(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
void |
setNodeType(String nodeType) |
void |
setParentId(org.alfresco.service.cmr.repository.NodeRef parentNodeRef) |
void |
setPath(org.alfresco.rest.api.model.PathInfo path) |
void |
setProperties(Map<String,Object> properties) |
public static final String PARAM_ID
public static final String PARAM_PARENT_ID
public static final String PARAM_NAME
public static final String PARAM_NODE_TYPE
public static final String PARAM_CREATED_AT
public static final String PARAM_MODIFIED_AT
public static final String PARAM_CREATED_BY_USER
public static final String PARAM_MODIFIED_BY_USER
public static final String PARAM_ASPECT_NAMES
public static final String PARAM_PROPERTIES
public static final String PARAM_PATH
public static final String PARAM_ALLOWABLE_OPERATIONS
public static final String PARAM_AUTO_RENAME
public static final String PARAM_ISPRIMARY
public static final String PARAM_INCLUDE_SUBTYPES
public static final String PARAM_HAS_RETENTION_SCHEDULE
public static final String PARAM_IS_CLOSED
public static final String PARAM_INCLUDE_ASSOCIATION
public static final String FILE_PLAN_TYPE
public static final String RECORD_CATEGORY_TYPE
public static final String RECORD_FOLDER_TYPE
public static final String RECORD_TYPE
public static final String UNFILED_RECORD_FOLDER_TYPE
public static final String TRANSFER_TYPE
public static final String TRANSFER_CONTAINER_TYPE
public static final String UNFILED_CONTAINER_TYPE
public static final String FOLDER_TYPE
public static final String CONTENT_TYPE
public static final String NON_ELECTRONIC_RECORD_TYPE
protected org.alfresco.service.cmr.repository.NodeRef nodeRef
protected org.alfresco.service.cmr.repository.NodeRef parentNodeRef
protected String name
protected String nodeType
protected Date createdAt
protected Date modifiedAt
protected org.alfresco.rest.api.model.UserInfo createdByUser
protected org.alfresco.rest.api.model.UserInfo modifiedByUser
protected org.alfresco.rest.api.model.PathInfo path
protected org.alfresco.rest.api.model.Assoc association
@UniqueId public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
public void setNodeRef(org.alfresco.service.cmr.repository.NodeRef nodeRef)
public org.alfresco.service.cmr.repository.NodeRef getParentId()
public void setParentId(org.alfresco.service.cmr.repository.NodeRef parentNodeRef)
public String getName()
public void setName(String name)
public String getNodeType()
public void setNodeType(String nodeType)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Date getModifiedAt()
public void setModifiedAt(Date modifiedAt)
public org.alfresco.rest.api.model.UserInfo getCreatedByUser()
public void setCreatedByUser(org.alfresco.rest.api.model.UserInfo createdByUser)
public org.alfresco.rest.api.model.UserInfo getModifiedByUser()
public void setModifiedByUser(org.alfresco.rest.api.model.UserInfo modifiedByUser)
public org.alfresco.rest.api.model.PathInfo getPath()
public void setPath(org.alfresco.rest.api.model.PathInfo path)
public org.alfresco.rest.api.model.Assoc getAssociation()
public void setAssociation(org.alfresco.rest.api.model.Assoc association)
Copyright © 2005–2018 Alfresco Software. All rights reserved.