public class RelationshipImpl extends StoredObjectImpl implements Relationship
description, fAclId, fCreatedAt, fCreatedBy, fId, fModifiedAt, fModifiedBy, fName, fProperties, fRepositoryId, fTypeId, policyIds, secondaryTypeIds| Constructor and Description |
|---|
RelationshipImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
fillProperties(Map<String,PropertyData<?>> properties,
BindingsObjectFactory objFactory,
List<String> requestedIds)
fill a passed map object with properties of this object.
|
String |
getSourceObjectId()
get the source objects of this relation.
|
String |
getTargetObjectId()
get the target objects of this relation.
|
void |
setSource(String id) |
void |
setTarget(String id) |
addAppliedPolicy, createSystemBasePropertiesWhenCreated, getAclId, getAllowableActions, getAppliedPolicies, getChangeToken, getCreatedAt, getCreatedBy, getDescription, getIconFromResourceDir, getId, getModifiedAt, getModifiedBy, getName, getProperties, getRepositoryId, getSecondaryTypeIds, getTypeId, hasRendition, removePolicy, setAclId, setAppliedPolicies, setCreatedAt, setCreatedBy, setCustomProperties, setDescription, setId, setModifiedAt, setModifiedAtNow, setModifiedBy, setName, setProperties, setRepositoryId, setSystemBasePropertiesWhenCreatedDirect, setTypeId, testRenditionFilterForImage, updateSystemBasePropertiesWhenModifiedpublic String getSourceObjectId()
RelationshipgetSourceObjectId in interface Relationshippublic void setSource(String id)
public String getTargetObjectId()
RelationshipgetTargetObjectId in interface Relationshippublic void setTarget(String id)
public void fillProperties(Map<String,PropertyData<?>> properties, BindingsObjectFactory objFactory, List<String> requestedIds)
StoredObjectfillProperties in interface StoredObjectfillProperties in class StoredObjectImplproperties - map to fillobjFactory - object factory to create objectsrequestedIds - list of property ids being requestedCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.