| Package | Description |
|---|---|
| org.alfresco.repo.cmis.ws | |
| org.alfresco.repo.cmis.ws.utils |
| Modifier and Type | Field and Description |
|---|---|
protected CmisPropertiesType |
Aspects.properties |
protected CmisPropertiesType |
CreatePolicy.properties |
protected CmisPropertiesType |
CreateRelationship.properties |
protected CmisPropertiesType |
GetPropertiesResponse.properties |
protected CmisPropertiesType |
CreateDocument.properties |
protected CmisPropertiesType |
UpdateProperties.properties |
protected CmisPropertiesType |
CmisObjectType.properties |
protected CmisPropertiesType |
SetAspects.properties |
protected CmisPropertiesType |
CreateFolder.properties |
protected CmisPropertiesType |
CreateDocumentFromSource.properties |
protected CmisPropertiesType |
GetPropertiesOfLatestVersionResponse.properties |
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<CmisPropertiesType> |
CheckIn.properties |
| Modifier and Type | Method and Description |
|---|---|
CmisPropertiesType |
ObjectFactory.createCmisPropertiesType()
Create an instance of
CmisPropertiesType |
CmisPropertiesType |
Aspects.getProperties()
Gets the value of the properties property.
|
CmisPropertiesType |
CreatePolicy.getProperties()
Gets the value of the properties property.
|
CmisPropertiesType |
CreateRelationship.getProperties()
Gets the value of the properties property.
|
CmisPropertiesType |
GetPropertiesResponse.getProperties()
Gets the value of the properties property.
|
CmisPropertiesType |
CreateDocument.getProperties()
Gets the value of the properties property.
|
CmisPropertiesType |
UpdateProperties.getProperties()
Gets the value of the properties property.
|
CmisPropertiesType |
CmisObjectType.getProperties()
Gets the value of the properties property.
|
CmisPropertiesType |
SetAspects.getProperties()
Gets the value of the properties property.
|
CmisPropertiesType |
CreateFolder.getProperties()
Gets the value of the properties property.
|
CmisPropertiesType |
CreateDocumentFromSource.getProperties()
Gets the value of the properties property.
|
CmisPropertiesType |
GetPropertiesOfLatestVersionResponse.getProperties()
Gets the value of the properties property.
|
CmisPropertiesType |
DMObjectServicePort.getProperties(String repositoryId,
String objectId,
String filter,
CmisExtensionType extension)
Gets the properties of an object, and optionally the operations that the user is allowed to perform on the object.
|
CmisPropertiesType |
ObjectServicePort.getProperties(String repositoryId,
String objectId,
String filter,
CmisExtensionType extension) |
CmisPropertiesType |
DMVersioningServicePort.getPropertiesOfLatestVersion(String repositoryId,
String objectId,
Boolean major,
String filter,
CmisExtensionType extension)
Gets the properties of the latest version, or the latest major version, of the specified version series.
|
CmisPropertiesType |
VersioningServicePort.getPropertiesOfLatestVersion(String repositoryId,
String objectId,
Boolean major,
String filter,
CmisExtensionType extension) |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<CmisPropertiesType> |
ObjectFactory.createCheckInProperties(CmisPropertiesType value)
|
JAXBElement<CmisPropertiesType> |
CheckIn.getProperties()
Gets the value of the properties property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DMVersioningServicePort.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
CmisPropertiesType properties,
CmisContentStreamType contentStream,
String checkinComment,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension)
Makes the private working copy the current version of the document.
|
void |
VersioningServicePort.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
CmisPropertiesType properties,
CmisContentStreamType contentStream,
String checkinComment,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension) |
JAXBElement<CmisPropertiesType> |
ObjectFactory.createCheckInProperties(CmisPropertiesType value)
|
void |
DMObjectServicePort.createDocument(String repositoryId,
CmisPropertiesType properties,
String folderId,
CmisContentStreamType contentStream,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
Creates a document object of the specified type, and optionally adds the document to a folder
|
void |
ObjectServicePort.createDocument(String repositoryId,
CmisPropertiesType properties,
String folderId,
CmisContentStreamType contentStream,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId) |
void |
DMObjectServicePort.createDocumentFromSource(String repositoryId,
String sourceId,
CmisPropertiesType properties,
String folderId,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
Creates a document object as a copy of the given source document in the specified location
|
void |
ObjectServicePort.createDocumentFromSource(String repositoryId,
String sourceId,
CmisPropertiesType properties,
String folderId,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId) |
void |
DMObjectServicePort.createFolder(String repositoryId,
CmisPropertiesType properties,
String folderId,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
Creates a folder object of the specified type.
|
void |
ObjectServicePort.createFolder(String repositoryId,
CmisPropertiesType properties,
String folderId,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId) |
void |
DMObjectServicePort.createPolicy(String repositoryId,
CmisPropertiesType properties,
String folderId,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
Creates a policy object of the specified type, and optionally adds the policy to a folder.
|
void |
ObjectServicePort.createPolicy(String repositoryId,
CmisPropertiesType properties,
String folderId,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId) |
void |
DMObjectServicePort.createRelationship(String repositoryId,
CmisPropertiesType properties,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
Creates a relationship object of the specified type.
|
void |
ObjectServicePort.createRelationship(String repositoryId,
CmisPropertiesType properties,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId) |
void |
Aspects.setProperties(CmisPropertiesType value)
Sets the value of the properties property.
|
void |
CreatePolicy.setProperties(CmisPropertiesType value)
Sets the value of the properties property.
|
void |
CreateRelationship.setProperties(CmisPropertiesType value)
Sets the value of the properties property.
|
void |
GetPropertiesResponse.setProperties(CmisPropertiesType value)
Sets the value of the properties property.
|
void |
CreateDocument.setProperties(CmisPropertiesType value)
Sets the value of the properties property.
|
void |
UpdateProperties.setProperties(CmisPropertiesType value)
Sets the value of the properties property.
|
void |
CmisObjectType.setProperties(CmisPropertiesType value)
Sets the value of the properties property.
|
void |
SetAspects.setProperties(CmisPropertiesType value)
Sets the value of the properties property.
|
void |
CreateFolder.setProperties(CmisPropertiesType value)
Sets the value of the properties property.
|
void |
CreateDocumentFromSource.setProperties(CmisPropertiesType value)
Sets the value of the properties property.
|
void |
GetPropertiesOfLatestVersionResponse.setProperties(CmisPropertiesType value)
Sets the value of the properties property.
|
void |
DMObjectServicePort.updateProperties(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
CmisPropertiesType properties,
Holder<CmisExtensionType> extension)
Updates properties of the specified object.
|
void |
ObjectServicePort.updateProperties(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
CmisPropertiesType properties,
Holder<CmisExtensionType> extension) |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckIn.setProperties(JAXBElement<CmisPropertiesType> value)
Sets the value of the properties property.
|
| Modifier and Type | Method and Description |
|---|---|
CmisPropertiesType |
PropertyUtil.getProperties(Object object,
PropertyFilter filter)
Get CMIS properties for object
|
| Modifier and Type | Method and Description |
|---|---|
<ResultType> |
PropertyUtil.getCmisPropertyValue(CmisPropertiesType cmisProperties,
String property,
ResultType defaultValue)
Extracts from CmisPropertiesType instance property by its name and returns casted to appropriate type value of the extracted property
|
Map<String,Serializable> |
PropertyUtil.getPropertiesMap(CmisPropertiesType cmisProperties)
Converts CmisPropertiesType properties representation to rapidly accessible form
|
void |
PropertyUtil.setProperties(NodeRef nodeRef,
CmisPropertiesType properties,
PropertyFilter ignoringPropertiesFilter)
Sets and checks all properties' fields for specified node
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.