public class NuxeoRelationship extends NuxeoObject implements org.apache.chemistry.opencmis.client.api.Relationship
data
Constructor and Description |
---|
NuxeoRelationship(NuxeoSession session,
NuxeoObjectData data,
org.apache.chemistry.opencmis.client.api.ObjectType type) |
Modifier and Type | Method and Description |
---|---|
org.apache.chemistry.opencmis.client.api.CmisObject |
getSource() |
org.apache.chemistry.opencmis.client.api.CmisObject |
getSource(org.apache.chemistry.opencmis.client.api.OperationContext context) |
org.apache.chemistry.opencmis.client.api.ObjectId |
getSourceId() |
org.apache.chemistry.opencmis.client.api.CmisObject |
getTarget() |
org.apache.chemistry.opencmis.client.api.CmisObject |
getTarget(org.apache.chemistry.opencmis.client.api.OperationContext context) |
org.apache.chemistry.opencmis.client.api.ObjectId |
getTargetId() |
org.apache.chemistry.opencmis.client.api.TransientRelationship |
getTransientRelationship() |
addAcl, applyAcl, applyPolicy, construct, delete, getAcl, getAdapter, getAllowableActions, getBaseType, getBaseTypeId, getChangeToken, getCreatedBy, getCreationDate, getExtensions, getId, getLastModificationDate, getLastModifiedBy, getName, getPolicies, getProperties, getProperty, getPropertyValue, getRefreshTimestamp, getRelationships, getRenditions, getRepositoryId, getTransientObject, getType, refresh, refreshIfOld, removeAcl, removePolicy, updateProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAcl, applyAcl, applyPolicy, delete, getAcl, getAdapter, getAllowableActions, getExtensions, getPolicies, getRefreshTimestamp, getRelationships, getRenditions, getTransientObject, refresh, refreshIfOld, removeAcl, removePolicy, updateProperties, updateProperties
public NuxeoRelationship(NuxeoSession session, NuxeoObjectData data, org.apache.chemistry.opencmis.client.api.ObjectType type)
public org.apache.chemistry.opencmis.client.api.TransientRelationship getTransientRelationship()
getTransientRelationship
in interface org.apache.chemistry.opencmis.client.api.Relationship
public org.apache.chemistry.opencmis.client.api.ObjectId getSourceId()
getSourceId
in interface org.apache.chemistry.opencmis.client.api.RelationshipProperties
public org.apache.chemistry.opencmis.client.api.CmisObject getSource()
getSource
in interface org.apache.chemistry.opencmis.client.api.Relationship
public org.apache.chemistry.opencmis.client.api.CmisObject getSource(org.apache.chemistry.opencmis.client.api.OperationContext context)
getSource
in interface org.apache.chemistry.opencmis.client.api.Relationship
public org.apache.chemistry.opencmis.client.api.ObjectId getTargetId()
getTargetId
in interface org.apache.chemistry.opencmis.client.api.RelationshipProperties
public org.apache.chemistry.opencmis.client.api.CmisObject getTarget()
getTarget
in interface org.apache.chemistry.opencmis.client.api.Relationship
public org.apache.chemistry.opencmis.client.api.CmisObject getTarget(org.apache.chemistry.opencmis.client.api.OperationContext context)
getTarget
in interface org.apache.chemistry.opencmis.client.api.Relationship
Copyright © 2011 Nuxeo SA. All Rights Reserved.