|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CentraSiteObjectType
CentraSiteObjectType represents the type definition for CentraSiteObject &
holds the information related to that specific type
All the CentraSite model objects can be identified by using the QName,
because for identifying these objects we may require the schema also.
QName
which wraps the schema & name.
Method Summary | |
---|---|
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. |
Methods inherited from interface com.softwareag.centrasite.api.csom.CentraSiteObject |
---|
delete, getAttributeLink, getAttributeValue, getAttributeValue, getAttributeValue, getId, getType, isModified, isReadOnly, save, setAttributeValue, setAttributeValue, setAttributeValue |
Method Detail |
---|
java.lang.String getSchemaName() throws CLLException
CLLException
javax.xml.namespace.QName getQName() throws CLLException
CLLException
java.util.Collection<java.lang.String> getAttributeNames() throws CLLException
CLLException
java.util.Collection<javax.xml.namespace.QName> getQualifiedAttributeNames() throws CLLException
CLLException
java.util.Collection<CentraSiteObjectAttribute> getAttributes() throws CLLException
CLLException
CentraSiteObjectAttribute getAttribute(java.lang.String attributeName) throws CLLException
CLLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |