public interface CentraSiteRegistryObjectType extends Category, 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.Collection<CentraSiteRegistryObjectType> |
getConsumableTypes()
Gets the consumable types defined for the asset type.
|
byte[] |
getLargeIcon()
Get the large icon of this type.
|
java.lang.String |
getLargeIconAccessURL()
Return the access URL of the large icon of this type
|
java.util.List<Profile> |
getPrimaryProfiles()
Retrieves the list of
Profile s that are associated with this CentraSiteRegistryObjectType . |
byte[] |
getSmallIcon()
Get the small icon of this type.
|
java.lang.String |
getSmallIconAccessURL()
Return the access URL of the small icon of this type
|
java.util.Collection<Category> |
getTypeSupportedSpecifications()
Obtains the collection of specifications supported by this type.
|
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.
|
boolean |
isVirtual()
Return true if this type is a virtual type.
|
getCanonicalPath, getChildCategories, getChildCategoryCount, getDescendantCategories, getParent, getPathObjects, getTaxonomy, getValue
getConsumedAssets, getConsumers, getDescription, getDescription, getDisplayVersion, getInitialVirtualAssetName, getLastModifiedTimeStamp, getLCMAssignment, getLocalName, getMandatoryAttributeProfiles, getName, getName, getNameSpace, getNextVersion, getNextVersions, getOrganization, getOwner, getPendingApprovals, getPreviousVersion, getPreviousVersions, getRegistryObject, getRelationShipValueMap, getRequestedUser, getSubscribers, getSystemVersion, getTitle, getType, getUserVersion, getVisiblePrimaryProfiles, getVisibleProfile, isDeployedOn, isLatestVersionObject, isPropagatePermissions, isPropagateProfilePermissions, removeConsumedAssets, removeConsumers, setDescription, setDescription, setDisplayVersion, setLCMState, setLocalName, setName, setName, setNameSpace, setOrganization, setOwner, setPropagatePermissions, setPropagateProfilePermissions, setRelationShipValueMap, setUserVersion
delete, getAttributeLink, getAttributeValue, getAttributeValue, getAttributeValue, getId, isModified, isPredefined, isReadOnly, save, setAttributeValue, setAttributeValue, setAttributeValue
getAttribute, getAttributeNames, getAttributes, getQName, getQualifiedAttributeNames, getSchemaName
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.java.util.Collection<Category> getTypeSupportedSpecifications() throws CLLException
Collection
of Category
instances which represent the specification.CLLException
- If an error occurs while trying to fetch the supported specificationsint hashCode()
Object.hashCode()
method.hashCode
in class java.lang.Object
byte[] getSmallIcon() throws CLLException
CLLException
- If an error occurs while obtaining the small icon bytesbyte[] getLargeIcon() throws CLLException
CLLException
- If an error occurs while obtaining the large icon bytesjava.lang.String getSmallIconAccessURL() throws CLLException
CLLException
java.lang.String getLargeIconAccessURL() throws CLLException
CLLException
boolean isVirtual() throws CLLException
CLLException
java.util.Collection<CentraSiteRegistryObjectType> getConsumableTypes() throws CLLException
Collection
of CentraSiteRegistryObjectType
as the consumable typesCLLException
- If an error occurs while trying to fetch the consumable types