Package org.alfresco.rm.rest.api.model
Class RecordCategoryChild
- java.lang.Object
-
- org.alfresco.rm.rest.api.model.RMNode
-
- org.alfresco.rm.rest.api.model.RecordCategoryChild
-
public class RecordCategoryChild extends RMNode
Concrete class carrying information for a record category child.- Since:
- 2.6
- Author:
- Silviu Dinuta
-
-
Field Summary
Fields Modifier and Type Field Description static String
PARAM_HAS_RETENTION_SCHEDULE
static String
PARAM_IS_CLOSED
static String
PARAM_IS_RECORD_CATEGORY
static String
PARAM_IS_RECORD_FOLDER
-
Fields 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_ID, PARAM_INCLUDE_ASSOCIATION, PARAM_INCLUDE_SUBTYPES, 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 Constructor Description RecordCategoryChild()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getHasRetentionSchedule()
Boolean
getIsClosed()
Boolean
getIsRecordCategory()
Boolean
getIsRecordFolder()
String
getRelativePath()
void
setHasRetentionSchedule(Boolean hasRetentionSchedule)
void
setIsClosed(Boolean isClosed)
void
setIsRecordCategory(Boolean isRecordCategory)
void
setIsRecordFolder(Boolean isRecordFolder)
void
setRelativePath(String relativePath)
-
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 Detail
-
PARAM_IS_RECORD_FOLDER
public static final String PARAM_IS_RECORD_FOLDER
- See Also:
- Constant Field Values
-
PARAM_IS_RECORD_CATEGORY
public static final String PARAM_IS_RECORD_CATEGORY
- See Also:
- Constant Field Values
-
PARAM_IS_CLOSED
public static final String PARAM_IS_CLOSED
- See Also:
- Constant Field Values
-
PARAM_HAS_RETENTION_SCHEDULE
public static final String PARAM_HAS_RETENTION_SCHEDULE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getIsRecordCategory
public Boolean getIsRecordCategory()
-
setIsRecordCategory
public void setIsRecordCategory(Boolean isRecordCategory)
-
getIsRecordFolder
public Boolean getIsRecordFolder()
-
setIsRecordFolder
public void setIsRecordFolder(Boolean isRecordFolder)
-
getHasRetentionSchedule
public Boolean getHasRetentionSchedule()
-
setHasRetentionSchedule
public void setHasRetentionSchedule(Boolean hasRetentionSchedule)
-
getRelativePath
public String getRelativePath()
-
setRelativePath
public void setRelativePath(String relativePath)
-
getIsClosed
public Boolean getIsClosed()
-
setIsClosed
public void setIsClosed(Boolean isClosed)
-
-