| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.commons.enums |
OpenCMIS enums.
|
| org.apache.chemistry.opencmis.commons.spi |
OpenCMIS client and server binding services.
|
| Modifier and Type | Method and Description |
|---|---|
static RelationshipDirection |
RelationshipDirection.fromValue(String v) |
static RelationshipDirection |
RelationshipDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationshipDirection[] |
RelationshipDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectList |
RelationshipService.getObjectRelationships(String repositoryId,
String objectId,
Boolean includeSubRelationshipTypes,
RelationshipDirection relationshipDirection,
String typeId,
String filter,
Boolean includeAllowableActions,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension)
Gets all or a subset of relationships associated with an independent
object.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.