public abstract class ResourceImpl extends EntityImpl implements Resource
| Modifier and Type | Field and Description |
|---|---|
protected Map<Facet,RelationProperty> |
addedFacets |
protected Map<String,RelationProperty> |
attachedFacets |
protected Map<Resource,RelationProperty> |
attachedResourceProfiles |
protected List<Facet> |
detachedFacets |
protected List<Resource> |
detachedResourceProfiles |
headerHEADER_PROPERTY| Modifier | Constructor and Description |
|---|---|
protected |
ResourceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFacet(Facet facet) |
void |
addFacet(Facet facet,
RelationProperty relationProperty) |
void |
attachFacet(String uuid) |
void |
attachFacet(String uuid,
RelationProperty relationProperty) |
void |
attachResource(String uuid) |
void |
attachResource(String uuid,
RelationProperty relationProperty) |
getHeaderprotected Map<Facet,RelationProperty> addedFacets
protected Map<String,RelationProperty> attachedFacets
protected Map<Resource,RelationProperty> attachedResourceProfiles
public void addFacet(Facet facet, RelationProperty relationProperty)
public void attachFacet(String uuid)
attachFacet in interface Resourcepublic void attachFacet(String uuid, RelationProperty relationProperty)
attachFacet in interface Resourcepublic void attachResource(String uuid)
attachResource in interface Resourcepublic void attachResource(String uuid, RelationProperty relationProperty)
attachResource in interface ResourceCopyright © 2016. All Rights Reserved.