Modifier and Type | Method and Description |
---|---|
protected CmisObjectType |
AbstractAtomPubService.createIdObject(String objectId)
Creates a CMIS object that only contains an id in the property list.
|
Constructor and Description |
---|
AtomEntryWriter(CmisObjectType object)
Constructor.
|
AtomEntryWriter(CmisObjectType object,
ContentStream contentStream)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static CmisObjectType |
Converter.convert(ObjectData object)
Converts a CMIS object.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<CmisObjectType> |
JaxBHelper.CMISExtraObjectFactory.createObject(CmisObjectType value) |
Modifier and Type | Method and Description |
---|---|
static ObjectData |
Converter.convert(CmisObjectType object)
Converts a CMIS object.
|
javax.xml.bind.JAXBElement<CmisObjectType> |
JaxBHelper.CMISExtraObjectFactory.createObject(CmisObjectType value) |
Modifier and Type | Field and Description |
---|---|
protected CmisObjectType |
GetObjectResponse.object |
protected CmisObjectType |
GetObjectOfLatestVersionResponse.object |
protected CmisObjectType |
GetObjectByPathResponse.object |
protected CmisObjectType |
GetFolderParentResponse.object |
protected CmisObjectType |
CmisObjectParentsType.object |
protected CmisObjectType |
CmisObjectInFolderType.object |
Modifier and Type | Field and Description |
---|---|
protected List<CmisObjectType> |
GetAppliedPoliciesResponse.objects |
protected List<CmisObjectType> |
GetAllVersionsResponse.objects |
protected List<CmisObjectType> |
CmisObjectListType.objects |
protected List<CmisObjectType> |
CmisObjectType.relationship |
Modifier and Type | Method and Description |
---|---|
CmisObjectType |
ObjectFactory.createCmisObjectType()
Create an instance of
CmisObjectType |
CmisObjectType |
NavigationServicePort.getFolderParent(String repositoryId,
String folderId,
String filter,
CmisExtensionType extension) |
CmisObjectType |
GetObjectResponse.getObject()
Gets the value of the object property.
|
CmisObjectType |
GetObjectOfLatestVersionResponse.getObject()
Gets the value of the object property.
|
CmisObjectType |
GetObjectByPathResponse.getObject()
Gets the value of the object property.
|
CmisObjectType |
GetFolderParentResponse.getObject()
Gets the value of the object property.
|
CmisObjectType |
CmisObjectParentsType.getObject()
Gets the value of the object property.
|
CmisObjectType |
CmisObjectInFolderType.getObject()
Gets the value of the object property.
|
CmisObjectType |
ObjectServicePort.getObject(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
CmisExtensionType extension) |
CmisObjectType |
ObjectServicePort.getObjectByPath(String repositoryId,
String path,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
CmisExtensionType extension) |
CmisObjectType |
VersioningServicePort.getObjectOfLatestVersion(String repositoryId,
String objectId,
Boolean major,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
CmisExtensionType extension) |
Modifier and Type | Method and Description |
---|---|
List<CmisObjectType> |
VersioningServicePort.getAllVersions(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
CmisExtensionType extension) |
List<CmisObjectType> |
PolicyServicePort.getAppliedPolicies(String repositoryId,
String objectId,
String filter,
CmisExtensionType extension) |
List<CmisObjectType> |
GetAppliedPoliciesResponse.getObjects()
Gets the value of the objects property.
|
List<CmisObjectType> |
GetAllVersionsResponse.getObjects()
Gets the value of the objects property.
|
List<CmisObjectType> |
CmisObjectListType.getObjects()
Gets the value of the objects property.
|
List<CmisObjectType> |
CmisObjectType.getRelationship()
Gets the value of the relationship property.
|
Modifier and Type | Method and Description |
---|---|
void |
GetObjectResponse.setObject(CmisObjectType value)
Sets the value of the object property.
|
void |
GetObjectOfLatestVersionResponse.setObject(CmisObjectType value)
Sets the value of the object property.
|
void |
GetObjectByPathResponse.setObject(CmisObjectType value)
Sets the value of the object property.
|
void |
GetFolderParentResponse.setObject(CmisObjectType value)
Sets the value of the object property.
|
void |
CmisObjectParentsType.setObject(CmisObjectType value)
Sets the value of the object property.
|
void |
CmisObjectInFolderType.setObject(CmisObjectType value)
Sets the value of the object property.
|
Modifier and Type | Method and Description |
---|---|
CmisObjectType |
NavigationService.getFolderParent(String repositoryId,
String folderId,
String filter,
CmisExtensionType extension) |
CmisObjectType |
ObjectService.getObject(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
CmisExtensionType extension) |
CmisObjectType |
ObjectService.getObjectByPath(String repositoryId,
String path,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
CmisExtensionType extension) |
CmisObjectType |
VersioningService.getObjectOfLatestVersion(String repositoryId,
String versionSeriesId,
Boolean major,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
CmisExtensionType extension) |
Modifier and Type | Method and Description |
---|---|
List<CmisObjectType> |
VersioningService.getAllVersions(String repositoryId,
String versionSeriesId,
String filter,
Boolean includeAllowableActions,
CmisExtensionType extension) |
List<CmisObjectType> |
PolicyService.getAppliedPolicies(String repositoryId,
String objectId,
String filter,
CmisExtensionType extension) |
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.