All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected void |
createMetaAttribute() |
void |
deleteAttribute(String id) |
void |
deleteSubAttribute(String parentAttribute,
String childAttribute) |
void |
deleteSubSubAttribute(String childAttribute,
String parentAttribute,
String grandParentAttribute) |
void |
deleteSubValuesSubAttribute(String grandParentAttribute,
String parentAttribute,
String subValue,
String childAttribute) |
void |
deleteValuesSubAttribute(String attribute,
String subAttribute,
String subSimpleAttribute) |
Attribute |
getAttribute(String attributeName) |
Map<String,Attribute> |
getAttributeList() |
Date |
getCreatedDate() |
String |
getExternalId() |
String |
getId() |
Date |
getLastModified() |
String |
getLocation() |
protected ComplexAttribute |
getMetaAttribute() |
List<String> |
getSchemaList() |
boolean |
isAttributeExist(String attributeName) |
protected boolean |
isMetaAttributeExist() |
protected boolean |
isSchemaExists(String schemaName) |
void |
setAttribute(Attribute newAttribute) |
void |
setAttribute(Attribute newAttribute,
ResourceTypeSchema resourceSchema) |
void |
setCreatedDate(Date createdDate) |
void |
setExternalId(String externalId) |
void |
setId(String id) |
void |
setLastModified(Date lastModifiedDate) |
void |
setLocation(String location) |
void |
setResourceType(String resourceType) |
void |
setSchema(String schema) |
String |
toString() |