@Deprecated public interface RMNodes extends org.alfresco.rest.api.Nodes
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_INCLUDE_HAS_RETENTION_SCHEDULE
Deprecated.
|
static String |
PARAM_INCLUDE_IS_CLOSED
Deprecated.
|
static String |
PARAM_INCLUDE_IS_COMPLETED
Deprecated.
|
static String |
PARAM_INCLUDE_TRANSFER_ACCESSION_INDICATOR
Deprecated.
|
static String |
PARAM_INCLUDE_TRANSFER_LOCATION
Deprecated.
|
static String |
PARAM_INCLUDE_TRANSFER_PDF_INDICATOR
Deprecated.
|
static String |
PATH_FILE_PLAN
Deprecated.
|
static String |
PATH_HOLDS
Deprecated.
|
static String |
PATH_TRANSFERS
Deprecated.
|
static String |
PATH_UNFILED
Deprecated.
|
OP_CREATE, OP_DELETE, OP_UPDATE, OP_UPDATE_PERMISSIONS, PARAM_ASSOC_TYPE, PARAM_AUTO_RENAME, PARAM_CREATEBYUSER, PARAM_CREATEDAT, PARAM_INCLUDE_ALLOWABLEOPERATIONS, PARAM_INCLUDE_ASPECTNAMES, PARAM_INCLUDE_ASSOCIATION, PARAM_INCLUDE_ISLINK, PARAM_INCLUDE_ISLOCKED, PARAM_INCLUDE_PATH, PARAM_INCLUDE_PERMISSIONS, PARAM_INCLUDE_PROPERTIES, PARAM_INCLUDE_SUBTYPES, PARAM_ISFILE, PARAM_ISFOLDER, PARAM_ISPRIMARY, PARAM_MIMETYPE, PARAM_MODIFIEDAT, PARAM_MODIFIEDBYUSER, PARAM_NAME, PARAM_NODETYPE, PARAM_OVERWRITE, PARAM_PERMANENT, PARAM_RELATIVE_PATH, PARAM_SIZEINBYTES, PARAM_VERSION_COMMENT, PARAM_VERSION_MAJOR, PATH_MY, PATH_ROOT, PATH_SHARED| Modifier and Type | Method and Description |
|---|---|
org.alfresco.service.namespace.QName |
getFilePlanType()
Deprecated.
Helper method to obtain file plan type or null if the rm site does not exist.
|
org.alfresco.service.cmr.repository.NodeRef |
getOrCreatePath(String parentFolderNodeId,
String relativePath,
org.alfresco.service.namespace.QName nodeTypeQName)
Deprecated.
Gets or creates the relative path starting from the provided parent folder.
|
void |
validateNodeType(String filePlanComponentId,
org.springframework.extensions.webscripts.servlet.FormData formData,
org.alfresco.service.namespace.QName requestedTypeQName)
Deprecated.
Validates if the component with provided id and provided parameters from formData belongs to the current endpoint.
|
void |
validateNodeType(String filePlanComponentId,
org.alfresco.rest.api.model.Node filePlanComponentInfo,
org.alfresco.rest.framework.resource.parameters.Parameters parameters,
org.alfresco.service.namespace.QName requestedTypeQName)
Deprecated.
Validates if the component with provided id, relativePath from new created filePlanComponent and provided parameters belongs to the current endpoint.
|
void |
validateNodeType(String filePlanComponentId,
org.alfresco.rest.framework.resource.parameters.Parameters parameters,
org.alfresco.service.namespace.QName requestedTypeQName)
Deprecated.
Validates if the component with provided id and provided parameters belongs to the current endpoint.
|
void |
validateRecord(String filePlanComponentId)
Deprecated.
Validates if the filePlanComponent with provided id is a record.
|
addChildren, addCustomAspects, addTargets, createNode, createQName, deleteNode, getAssocType, getAssocType, getContent, getContent, getDocument, getFolder, getFolderOrDocument, getFolderOrDocument, getFolderOrDocumentFullInfo, getNode, isSubClass, listChildren, lock, mapFromNodeAspects, mapFromNodeProperties, mapToNodeAspects, mapToNodeProperties, moveOrCopyNode, nodeMatches, unlock, updateContent, updateCustomAspects, updateNode, upload, validateNode, validateNode, validateNode, validateOrLookupNodestatic final String PATH_FILE_PLAN
static final String PATH_TRANSFERS
static final String PATH_UNFILED
static final String PATH_HOLDS
static final String PARAM_INCLUDE_HAS_RETENTION_SCHEDULE
static final String PARAM_INCLUDE_IS_CLOSED
static final String PARAM_INCLUDE_IS_COMPLETED
static final String PARAM_INCLUDE_TRANSFER_PDF_INDICATOR
static final String PARAM_INCLUDE_TRANSFER_LOCATION
static final String PARAM_INCLUDE_TRANSFER_ACCESSION_INDICATOR
org.alfresco.service.cmr.repository.NodeRef getOrCreatePath(String parentFolderNodeId, String relativePath, org.alfresco.service.namespace.QName nodeTypeQName)
parentFolderNodeId - the parent folder to start fromrelativePath - the relative pathnodeTypeQName - the type of the node to be createdvoid validateNodeType(String filePlanComponentId, org.alfresco.rest.framework.resource.parameters.Parameters parameters, org.alfresco.service.namespace.QName requestedTypeQName)
filePlanComponentId - - file plan component id to checkparameters - - provided parametersrequestedTypeQName - - the requested type that identifies the endpoint we are invoid validateNodeType(String filePlanComponentId, org.springframework.extensions.webscripts.servlet.FormData formData, org.alfresco.service.namespace.QName requestedTypeQName)
filePlanComponentId - - file plan component id to checkformData - - provided formDatarequestedTypeQName - - the requested type that identifies the endpoint we are invoid validateNodeType(String filePlanComponentId, org.alfresco.rest.api.model.Node filePlanComponentInfo, org.alfresco.rest.framework.resource.parameters.Parameters parameters, org.alfresco.service.namespace.QName requestedTypeQName)
filePlanComponentId - - file plan component id to checkfilePlanComponentInfo - - new created file plan component infoparameters - - provided parametersrequestedTypeQName - - the requested type that identifies the endpoint we are invoid validateRecord(String filePlanComponentId)
filePlanComponentId - org.alfresco.service.namespace.QName getFilePlanType()
Copyright © 2005–2017 Alfresco Software. All rights reserved.