|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RelationshipDirection | |
---|---|
org.apache.chemistry.opencmis.client.api | The OpenCMIS Client API. |
org.apache.chemistry.opencmis.commons.enums | OpenCMIS enums. |
org.apache.chemistry.opencmis.commons.spi | OpenCMIS client and server binding services. |
org.apache.chemistry.opencmis.server.support |
Uses of RelationshipDirection in org.apache.chemistry.opencmis.client.api |
---|
Methods in org.apache.chemistry.opencmis.client.api with parameters of type RelationshipDirection | |
---|---|
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. |
Uses of RelationshipDirection in org.apache.chemistry.opencmis.commons.enums |
---|
Methods in org.apache.chemistry.opencmis.commons.enums that return RelationshipDirection | |
---|---|
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. |
Uses of RelationshipDirection in org.apache.chemistry.opencmis.commons.spi |
---|
Methods in org.apache.chemistry.opencmis.commons.spi with parameters of type RelationshipDirection | |
---|---|
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. |
Uses of RelationshipDirection in org.apache.chemistry.opencmis.server.support |
---|
Methods in org.apache.chemistry.opencmis.server.support that return RelationshipDirection | |
---|---|
protected RelationshipDirection |
CmisServiceWrapper.getDefault(RelationshipDirection value)
Returns the RelationshipDirection.SOURCE if value is
null . |
Methods in org.apache.chemistry.opencmis.server.support with parameters of type RelationshipDirection | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |