Uses of Class
org.alfresco.rest.core.v0.BaseAPI.RMProperty
-
Packages that use BaseAPI.RMProperty Package Description org.alfresco.rest.core.v0 org.alfresco.rest.v0 -
-
Uses of BaseAPI.RMProperty in org.alfresco.rest.core.v0
Methods in org.alfresco.rest.core.v0 that return BaseAPI.RMProperty Modifier and Type Method Description static BaseAPI.RMPropertyBaseAPI.RMProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseAPI.RMProperty[]BaseAPI.RMProperty. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BaseAPI.RMProperty in org.alfresco.rest.v0
Method parameters in org.alfresco.rest.v0 with type arguments of type BaseAPI.RMProperty Modifier and Type Method Description org.apache.http.HttpResponseRMRolesAndActionsAPI. updateMetadata(String username, String password, String itemNodeRef, Map<BaseAPI.RMProperty,String> properties)Updates metadata, can be used on records, folders and categoriesvoidRecordsAPI. uploadElectronicRecord(String username, String password, Map<BaseAPI.RMProperty,String> properties, String folderName, org.alfresco.dataprep.CMISUtil.DocumentType documentType)Uploads an electronic record
-