|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnumRelationshipDirection | |
---|---|
org.apache.chemistry.opencmis.commons.impl.jaxb | |
org.apache.chemistry.opencmis.server.impl.webservices |
Uses of EnumRelationshipDirection in org.apache.chemistry.opencmis.commons.impl.jaxb |
---|
Fields in org.apache.chemistry.opencmis.commons.impl.jaxb with type parameters of type EnumRelationshipDirection | |
---|---|
protected javax.xml.bind.JAXBElement<EnumRelationshipDirection> |
GetObjectRelationships.relationshipDirection
|
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return EnumRelationshipDirection | |
---|---|
static EnumRelationshipDirection |
EnumRelationshipDirection.fromValue(java.lang.String v)
|
static EnumRelationshipDirection |
EnumRelationshipDirection.valueOf(java.lang.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. |
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return types with arguments of type EnumRelationshipDirection | |
---|---|
javax.xml.bind.JAXBElement<EnumRelationshipDirection> |
ObjectFactory.createGetObjectRelationshipsRelationshipDirection(EnumRelationshipDirection value)
Create an instance of JAXBElement < EnumRelationshipDirection > } |
javax.xml.bind.JAXBElement<EnumRelationshipDirection> |
GetObjectRelationships.getRelationshipDirection()
Gets the value of the relationshipDirection property. |
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type EnumRelationshipDirection | |
---|---|
javax.xml.bind.JAXBElement<EnumRelationshipDirection> |
ObjectFactory.createGetObjectRelationshipsRelationshipDirection(EnumRelationshipDirection value)
Create an instance of JAXBElement < EnumRelationshipDirection > } |
CmisObjectListType |
RelationshipServicePort.getObjectRelationships(java.lang.String repositoryId,
java.lang.String objectId,
java.lang.Boolean includeSubRelationshipTypes,
EnumRelationshipDirection relationshipDirection,
java.lang.String typeId,
java.lang.String filter,
java.lang.Boolean includeAllowableActions,
java.math.BigInteger maxItems,
java.math.BigInteger skipCount,
CmisExtensionType extension)
|
Method parameters in org.apache.chemistry.opencmis.commons.impl.jaxb with type arguments of type EnumRelationshipDirection | |
---|---|
void |
GetObjectRelationships.setRelationshipDirection(javax.xml.bind.JAXBElement<EnumRelationshipDirection> value)
Sets the value of the relationshipDirection property. |
Uses of EnumRelationshipDirection in org.apache.chemistry.opencmis.server.impl.webservices |
---|
Methods in org.apache.chemistry.opencmis.server.impl.webservices with parameters of type EnumRelationshipDirection | |
---|---|
CmisObjectListType |
RelationshipService.getObjectRelationships(java.lang.String repositoryId,
java.lang.String objectId,
java.lang.Boolean includeSubRelationshipTypes,
EnumRelationshipDirection relationshipDirection,
java.lang.String typeId,
java.lang.String filter,
java.lang.Boolean includeAllowableActions,
java.math.BigInteger maxItems,
java.math.BigInteger skipCount,
CmisExtensionType extension)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |