Package | Description |
---|---|
org.apache.chemistry.opencmis.commons.impl.jaxb | |
org.apache.chemistry.opencmis.server.impl.webservices |
Modifier and Type | Field and Description |
---|---|
protected javax.xml.bind.JAXBElement<EnumRelationshipDirection> |
GetObjectRelationships.relationshipDirection |
Modifier and Type | Method and Description |
---|---|
static EnumRelationshipDirection |
EnumRelationshipDirection.fromValue(String v) |
static EnumRelationshipDirection |
EnumRelationshipDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumRelationshipDirection[] |
EnumRelationshipDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<EnumRelationshipDirection> |
ObjectFactory.createGetObjectRelationshipsRelationshipDirection(EnumRelationshipDirection value)
|
javax.xml.bind.JAXBElement<EnumRelationshipDirection> |
GetObjectRelationships.getRelationshipDirection()
Gets the value of the relationshipDirection property.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<EnumRelationshipDirection> |
ObjectFactory.createGetObjectRelationshipsRelationshipDirection(EnumRelationshipDirection value)
|
CmisObjectListType |
RelationshipServicePort.getObjectRelationships(String repositoryId,
String objectId,
Boolean includeSubRelationshipTypes,
EnumRelationshipDirection relationshipDirection,
String typeId,
String filter,
Boolean includeAllowableActions,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension) |
Modifier and Type | Method and Description |
---|---|
void |
GetObjectRelationships.setRelationshipDirection(javax.xml.bind.JAXBElement<EnumRelationshipDirection> value)
Sets the value of the relationshipDirection property.
|
Modifier and Type | Method and Description |
---|---|
CmisObjectListType |
RelationshipService.getObjectRelationships(String repositoryId,
String objectId,
Boolean includeSubRelationshipTypes,
EnumRelationshipDirection relationshipDirection,
String typeId,
String filter,
Boolean includeAllowableActions,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.