Package | Description |
---|---|
org.apache.chemistry.opencmis.bridge | |
org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
org.apache.chemistry.opencmis.commons.enums |
OpenCMIS enums.
|
org.apache.chemistry.opencmis.commons.impl.server | |
org.apache.chemistry.opencmis.commons.spi |
OpenCMIS client and server binding services.
|
org.apache.chemistry.opencmis.server.support |
Modifier and Type | Method and Description |
---|---|
ObjectList |
FilterCmisService.getObjectRelationships(String repositoryId,
String objectId,
Boolean includeSubRelationshipTypes,
RelationshipDirection relationshipDirection,
String typeId,
String filter,
Boolean includeAllowableActions,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
ItemIterable<Relationship> |
Session.getRelationships(ObjectId objectId,
boolean includeSubRelationshipTypes,
RelationshipDirection relationshipDirection,
ObjectType type,
OperationContext context)
Fetches the relationships from or to an object from the repository.
|
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 |
AbstractCmisService.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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected RelationshipDirection |
CmisServiceWrapper.getDefault(RelationshipDirection value)
Returns the
RelationshipDirection.SOURCE if
value is null . |
Modifier and Type | Method and Description |
---|---|
protected RelationshipDirection |
CmisServiceWrapper.getDefault(RelationshipDirection value)
Returns the
RelationshipDirection.SOURCE if
value is null . |
ObjectList |
CmisServiceWrapper.getObjectRelationships(String repositoryId,
String objectId,
Boolean includeSubRelationshipTypes,
RelationshipDirection relationshipDirection,
String typeId,
String filter,
Boolean includeAllowableActions,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.