com.centrasite.jaxr.infomodel
Interface CentraSiteConcept

All Superinterfaces:
CentraSiteExtensibleObject, CentraSiteRegistryObject, javax.xml.registry.infomodel.Concept, javax.xml.registry.infomodel.ExtensibleObject, javax.xml.registry.infomodel.RegistryObject

public interface CentraSiteConcept
extends CentraSiteRegistryObject, javax.xml.registry.infomodel.Concept

See Also:
Concept, RegistryObject

Method Summary
 java.util.Collection getCentraSiteOperations()
          Return the collection of CentraSiteOperation objects belonging to this type concept.
 javax.xml.registry.infomodel.Key getClassificationSchemeKey()
          Gets the key of the ClassificationScheme that this Concept is a descendent of.
 javax.xml.registry.infomodel.Key getParentKey()
          Gets the key of the parent Concept or ClassificationScheme for this object.
 
Methods inherited from interface com.centrasite.jaxr.infomodel.CentraSiteRegistryObject
accept, addAuditComment, addPostListener, addPreListener, getCentraSiteACL, getClassificationValue, getCreationDate, getCurrentUserPrivilege, getEmbeddedAuditTrail, getEnclosingObject, getFileAsExternalLink, getFileValue, getInstanceLevelPermissionSet, getLastModificationDate, getOwner, getPreviousOwner, getPreviousSubmittingOrganization, getRelationShipValue, getServerTimezoneOffset, getSubmittingOrganizationKey, getVirtualObjectType, isAclModified, isAssociatedTo, isClassifiedWith, isDeleted, isDescendantObjectModified, isInternal, isLocked, isModified, isModifiedByUser, isMoved, isMoveOrganization, isMoveOwner, isObjectModified, isPermissionModified, isPredefined, isPropagatePermissions, isPropagateProfilePermissions, isRevisionObject, logLCStateChange, removeExternalLinkId, setCentraSiteACL, setClassificationValue, setFileValue, setFileValue, setFileWithExternalLink, setFileWithExternalLink, setInstanceLevelPermissionSet, setInternal, setLocked, setOwner, setPropagatePermissions, setPropagateProfilePermissions, setRelationShipValue, setSubmittingOrganization, toXMLforExport, toXMLforExport
 
Methods inherited from interface com.centrasite.jaxr.infomodel.CentraSiteExtensibleObject
getRegistryService
 
Methods inherited from interface javax.xml.registry.infomodel.Concept
addChildConcept, addChildConcepts, getChildConceptCount, getChildrenConcepts, getClassificationScheme, getDescendantConcepts, getParent, getParentConcept, getPath, getValue, removeChildConcept, removeChildConcepts, setValue
 
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML
 
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 

Method Detail

getParentKey

javax.xml.registry.infomodel.Key getParentKey()
                                              throws javax.xml.registry.JAXRException
Gets the key of the parent Concept or ClassificationScheme for this object.

Returns:
the key of the parent Concept or ClassificationScheme for this object, or null if there is no parent object.
Throws:
javax.xml.registry.JAXRException

getClassificationSchemeKey

javax.xml.registry.infomodel.Key getClassificationSchemeKey()
                                                            throws javax.xml.registry.JAXRException
Gets the key of the ClassificationScheme that this Concept is a descendent of.

Returns:
the key of the ClassificationScheme that this Concept is a descendent of, or null if this Concept does not belong to a ClassificationScheme.
Throws:
javax.xml.registry.JAXRException

getCentraSiteOperations

java.util.Collection getCentraSiteOperations()
                                             throws javax.xml.registry.JAXRException
Return the collection of CentraSiteOperation objects belonging to this type concept. The collection may be empty but not null.

Returns:
the collection of CentraSiteOperation objects
Throws:
javax.xml.registry.JAXRException