public interface CentraSiteObjectType extends CentraSiteObject
QName
,
because for identifying these objects we may require the schema also.Modifier and Type | Method and Description |
---|---|
CentraSiteObjectAttribute |
getAttribute(java.lang.String attributeName)
Retrieves the specified attribute of the object type.
|
java.util.Collection<java.lang.String> |
getAttributeNames()
Retrieves all the attribute names of the object type.
|
java.util.Collection<CentraSiteObjectAttribute> |
getAttributes()
Retrieves all the attributes of the object type.
|
javax.xml.namespace.QName |
getQName()
Retrieves the fully qualified (schema) name of the type.
|
java.util.Collection<javax.xml.namespace.QName> |
getQualifiedAttributeNames()
Retrieves all the qualified names for attributes of the object type.
|
java.lang.String |
getSchemaName()
Retrieves the (schema) name of the type.
|
delete, getAttributeLink, getAttributeValue, getAttributeValue, getAttributeValue, getId, getType, isModified, isReadOnly, save, setAttributeValue, setAttributeValue, setAttributeValue
java.lang.String getSchemaName() throws CLLException
CLLException
- If CLL fails to get the schema namejavax.xml.namespace.QName getQName() throws CLLException
QName
(schema) name of the typeCLLException
- If CLL fails to get the fully qualified schema namejava.util.Collection<java.lang.String> getAttributeNames() throws CLLException
Collection
containing the attribute names.CLLException
- If CLL fails to get the attribute namesjava.util.Collection<javax.xml.namespace.QName> getQualifiedAttributeNames() throws CLLException
Collection
of QName
objects containing the qualified names for attributes of the object type.CLLException
- If CLL fails to get the qualified attribute namesjava.util.Collection<CentraSiteObjectAttribute> getAttributes() throws CLLException
Collection
of CentraSiteObjectAttribute
s of the object type.CLLException
- If CLL fails to get the attributes of the object typeCentraSiteObjectAttribute getAttribute(java.lang.String attributeName) throws CLLException
attributeName
- The name of the attribute to fetchCentraSiteObjectAttribute
of the object type.CLLException
- If CLL fails to get the attribute object for the given name