|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EnumIncludeRelationships | |
|---|---|
| org.xcmis.core | |
| org.xcmis.messaging | |
| org.xcmis.soap | |
| org.xcmis.wssoap.impl | |
| Uses of EnumIncludeRelationships in org.xcmis.core |
|---|
| Fields in org.xcmis.core declared as EnumIncludeRelationships | |
|---|---|
protected EnumIncludeRelationships |
CmisQueryType.includeRelationships
|
| Methods in org.xcmis.core that return EnumIncludeRelationships | |
|---|---|
static EnumIncludeRelationships |
EnumIncludeRelationships.fromValue(String v)
|
EnumIncludeRelationships |
CmisQueryType.getIncludeRelationships()
Gets the value of the includeRelationships property. |
static EnumIncludeRelationships |
EnumIncludeRelationships.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EnumIncludeRelationships[] |
EnumIncludeRelationships.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.xcmis.core with parameters of type EnumIncludeRelationships | |
|---|---|
void |
CmisQueryType.setIncludeRelationships(EnumIncludeRelationships value)
Sets the value of the includeRelationships property. |
| Uses of EnumIncludeRelationships in org.xcmis.messaging |
|---|
| Fields in org.xcmis.messaging with type parameters of type EnumIncludeRelationships | |
|---|---|
protected JAXBElement<EnumIncludeRelationships> |
GetDescendants.includeRelationships
|
protected JAXBElement<EnumIncludeRelationships> |
GetCheckedOutDocs.includeRelationships
|
protected JAXBElement<EnumIncludeRelationships> |
GetFolderTree.includeRelationships
|
protected JAXBElement<EnumIncludeRelationships> |
GetChildren.includeRelationships
|
protected JAXBElement<EnumIncludeRelationships> |
Query.includeRelationships
|
protected JAXBElement<EnumIncludeRelationships> |
GetObjectOfLatestVersion.includeRelationships
|
protected JAXBElement<EnumIncludeRelationships> |
GetObject.includeRelationships
|
protected JAXBElement<EnumIncludeRelationships> |
GetObjectByPath.includeRelationships
|
protected JAXBElement<EnumIncludeRelationships> |
GetObjectParents.includeRelationships
|
| Method parameters in org.xcmis.messaging with type arguments of type EnumIncludeRelationships | |
|---|---|
void |
GetDescendants.setIncludeRelationships(JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. |
void |
GetCheckedOutDocs.setIncludeRelationships(JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. |
void |
GetFolderTree.setIncludeRelationships(JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. |
void |
GetChildren.setIncludeRelationships(JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. |
void |
Query.setIncludeRelationships(JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. |
void |
GetObjectOfLatestVersion.setIncludeRelationships(JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. |
void |
GetObject.setIncludeRelationships(JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. |
void |
GetObjectByPath.setIncludeRelationships(JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. |
void |
GetObjectParents.setIncludeRelationships(JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. |
| Uses of EnumIncludeRelationships in org.xcmis.soap |
|---|
| Methods in org.xcmis.soap with parameters of type EnumIncludeRelationships | |
|---|---|
CmisObjectListType |
NavigationServicePort.getCheckedOutDocs(String repositoryId,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
|
CmisObjectInFolderListType |
NavigationServicePort.getChildren(String repositoryId,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
|
List<CmisObjectInFolderContainerType> |
NavigationServicePort.getDescendants(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
CmisExtensionType extension)
|
List<CmisObjectInFolderContainerType> |
NavigationServicePort.getFolderTree(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
CmisExtensionType extension)
|
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)
|
List<CmisObjectParentsType> |
NavigationServicePort.getObjectParents(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includeRelativePathSegment,
CmisExtensionType extension)
|
| Uses of EnumIncludeRelationships in org.xcmis.wssoap.impl |
|---|
| Methods in org.xcmis.wssoap.impl with parameters of type EnumIncludeRelationships | |
|---|---|
CmisObjectListType |
NavigationServicePortImpl.getCheckedOutDocs(String repositoryId,
String folderId,
String propertyFilter,
String orderBy,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
|
CmisObjectInFolderListType |
NavigationServicePortImpl.getChildren(String repositoryId,
String folderId,
String propertyFilter,
String orderBy,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegments,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
|
List<CmisObjectInFolderContainerType> |
NavigationServicePortImpl.getDescendants(String repositoryId,
String folderId,
BigInteger depth,
String propertyFilter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegments,
CmisExtensionType extension)
|
List<CmisObjectInFolderContainerType> |
NavigationServicePortImpl.getFolderTree(String repositoryId,
String folderId,
BigInteger depth,
String propertyFilter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegments,
CmisExtensionType extension)
|
CmisObjectType |
ObjectServicePortImpl.getObject(String repositoryId,
String objectId,
String propertyFilter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
CmisExtensionType extension)
|
CmisObjectType |
ObjectServicePortImpl.getObjectByPath(String repositoryId,
String path,
String propertyFilter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
CmisExtensionType extension)
|
CmisObjectType |
VersioningServicePortImpl.getObjectOfLatestVersion(String repositoryId,
String versionSeriesId,
Boolean major,
String propertyFilter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
CmisExtensionType extension)
|
List<CmisObjectParentsType> |
NavigationServicePortImpl.getObjectParents(String repositoryId,
String objectId,
String propertyFilter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includeRelativePathSegment,
CmisExtensionType extension)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||