Package org.alfresco.rm.rest.api.model
Class UnfiledChild
java.lang.Object
org.alfresco.rm.rest.api.model.RMNode
org.alfresco.rm.rest.api.model.UnfiledChild
- Direct Known Subclasses:
UnfiledContainerChild,UnfiledRecordFolderChild
Abstract class carrying information for an unfiled container or unfiled record folder child
- Since:
- 2.6
- Author:
- Ana Bozianu
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Booleanstatic final Stringstatic final StringFields inherited from class org.alfresco.rm.rest.api.model.RMNode
allowableOperations, aspectNames, association, CONTENT_TYPE, createdAt, createdByUser, FILE_PLAN_TYPE, FOLDER_TYPE, modifiedAt, modifiedByUser, name, nodeRef, nodeType, NON_ELECTRONIC_RECORD_TYPE, PARAM_ALLOWABLE_OPERATIONS, PARAM_ASPECT_NAMES, PARAM_AUTO_RENAME, PARAM_CREATED_AT, PARAM_CREATED_BY_USER, PARAM_HAS_RETENTION_SCHEDULE, PARAM_ID, PARAM_INCLUDE_ASSOCIATION, PARAM_INCLUDE_SUBTYPES, PARAM_IS_CLOSED, PARAM_ISPRIMARY, PARAM_MODIFIED_AT, PARAM_MODIFIED_BY_USER, PARAM_NAME, PARAM_NODE_TYPE, PARAM_PARENT_ID, PARAM_PATH, PARAM_PROPERTIES, parentNodeRef, path, properties, RECORD_CATEGORY_TYPE, RECORD_FOLDER_TYPE, RECORD_TYPE, TRANSFER_CONTAINER_TYPE, TRANSFER_TYPE, UNFILED_CONTAINER_TYPE, UNFILED_RECORD_FOLDER_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetIsRecord(Boolean isRecord) voidsetIsUnfiledRecordFolder(Boolean isUnfiledRecordFolder) Methods inherited from class org.alfresco.rm.rest.api.model.RMNode
getAllowableOperations, getAspectNames, getAssociation, getCreatedAt, getCreatedByUser, getModifiedAt, getModifiedByUser, getName, getNodeRef, getNodeType, getParentId, getPath, getProperties, setAllowableOperations, setAspectNames, setAssociation, setCreatedAt, setCreatedByUser, setModifiedAt, setModifiedByUser, setName, setNodeRef, setNodeType, setParentId, setPath, setProperties
-
Field Details
-
PARAM_IS_UNFILED_RECORD_FOLDER
- See Also:
-
PARAM_IS_RECORD
- See Also:
-
isUnfiledRecordFolder
-
isRecord
-
-
Constructor Details
-
UnfiledChild
public UnfiledChild()
-
-
Method Details
-
getIsUnfiledRecordFolder
-
setIsUnfiledRecordFolder
-
getIsRecord
-
setIsRecord
-