|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CentraSiteRegistryObjectType
CentraSiteObjectType represents the type definition for CentraSiteObject &
holds the information related to that specific type
1. All the JAXR model objects can be identified by using the name
2. 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 | |
---|---|
boolean |
canHaveImporter()
return true in case the asset type have importer which imports the asset with the given meta data file. other wise false. |
boolean |
equals(java.lang.Object centrasiteObjectType)
Compares the instances of CentraSiteObjectType instances with id. |
CentraSiteRegistryObjectType |
getBaseType()
Retrieves the base type of the given type. |
java.util.List<Profile> |
getPrimaryProfiles()
Retrieves the list of Profile s that are associated with this CentraSiteRegistryObjectType |
int |
hashCode()
|
boolean |
inheritsProfiles()
Checks if current type inherits profiles from base type |
boolean |
isVersionable()
Checks if the instances of the type can be version |
Methods inherited from interface com.softwareag.centrasite.api.csom.CentraSiteRegistryObject |
---|
getConsumers, getDescription, getDescription, getDisplayVersion, getLCMAssignment, getLocalName, getMandatoryAttributeProfiles, getName, getName, getNameSpace, getNextVersion, getNextVersions, getOrganization, getOwner, getPreviousVersion, getPreviousVersions, getRegistryObject, getSubscribers, getSystemVersion, getUserVersion, getVisiblePrimaryProfiles, isLatestVersionObject, setDescription, setDescription, setDisplayVersion, setLCMState, setLocalName, setName, setName, setNameSpace, setOrganization, setOwner, setUserVersion |
Methods inherited from interface com.softwareag.centrasite.api.csom.type.CentraSiteObjectType |
---|
getAttribute, getAttributeNames, getAttributes, getQName, getQualifiedAttributeNames, getSchemaName |
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 |
---|
boolean isVersionable() throws CLLException
CLLException
boolean inheritsProfiles()
CentraSiteRegistryObjectType getBaseType() throws CLLException
CLLException
java.util.List<Profile> getPrimaryProfiles() throws CLLException
Profile
s that are associated with this CentraSiteRegistryObjectType
Profile
s associated with this CentraSiteRegistryObjectType
CLLException
boolean equals(java.lang.Object centrasiteObjectType)
equals
in class java.lang.Object
centrasiteObjectType
-
boolean canHaveImporter() throws CLLException
CLLException
- in case of failed to find the importer exists for the given
asset type.int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |