public interface CentraSiteRegistryObjectType extends CentraSiteRegistryObject, CentraSiteObjectType
Modifier and Type | Method and Description |
---|---|
boolean |
canHaveImporter()
Checks whether the asset type has an importer which imports the asset(s)
with the given meta data file.
|
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()
Overrides
Object.hashCode() method. |
boolean |
inheritsProfiles()
Checks if current type inherits profiles from base types.
|
boolean |
isVersionable()
Checks if the instances of the type can be versioned.
|
getConsumers, getDescription, getDescription, getDisplayVersion, getLCMAssignment, getLocalName, getMandatoryAttributeProfiles, getName, getName, getNameSpace, getNextVersion, getNextVersions, getOrganization, getOwner, getPendingApprovals, getPreviousVersion, getPreviousVersions, getRegistryObject, getSubscribers, getSystemVersion, getTitle, getUserVersion, getVisiblePrimaryProfiles, getVisibleProfile, isDeployedOn, isLatestVersionObject, isPropagatePermissions, isPropagateProfilePermissions, setDescription, setDescription, setDisplayVersion, setLCMState, setLocalName, setName, setName, setNameSpace, setOrganization, setOwner, setPropagatePermissions, setPropagateProfilePermissions, setUserVersion
getAttribute, getAttributeNames, getAttributes, getQName, getQualifiedAttributeNames, getSchemaName
delete, getAttributeLink, getAttributeValue, getAttributeValue, getAttributeValue, getId, getType, isModified, isReadOnly, save, setAttributeValue, setAttributeValue, setAttributeValue
boolean isVersionable() throws CLLException
CLLException
- If an error occurs in finding if the instances are versionableboolean inheritsProfiles()
CentraSiteRegistryObjectType getBaseType() throws CLLException
CentraSiteRegistryObjectType
of the virtual type
otherwise this instance itself will be returnedCLLException
- If an error occurs while getting the base typejava.util.List<Profile> getPrimaryProfiles() throws CLLException
Profile
s that are associated with this CentraSiteRegistryObjectType
.List
of Profile
s associated with this CentraSiteRegistryObjectType
CLLException
- If an error occurs in getting the primary profilesboolean equals(java.lang.Object centrasiteObjectType)
equals
in class java.lang.Object
centrasiteObjectType
- The CentraSite object type instance to compare with this instanceboolean canHaveImporter() throws CLLException
CLLException
- In case of a failure to find if the importer exists for the given asset type.int hashCode()
Object.hashCode()
method.hashCode
in class java.lang.Object