Package wt.effectivity
Class _ConfigurationItem
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Managed
wt.enterprise.Managed
wt.effectivity._ConfigurationItem
- All Implemented Interfaces:
Externalizable,Serializable,wt.access._AccessControlled,wt.access._AccessControlList,wt.access._AdHocControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.AccessControlList,AdHocControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,_EffConfigurationItem,wt.eff._EffContext,EffConfigurationItem,EffContext,wt.fc._Identified,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc._UniquelyIdentified,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,wt.fc.BusinessInformation,Identified,NetFactor,ObjectMappable,Persistable,UniquelyIdentified,wt.folder._CabinetBased,wt.folder._Foldered,wt.folder._FolderEntry,wt.folder._FolderServiceManaged,CabinetBased,Foldered,FolderEntry,wt.folder.FolderServiceManaged,DisplayIdentification,wt.index._Indexable,Indexable,_LifeCycleManaged,LifeCycleManaged,wt.notify._Notifiable,Notifiable,wt.ownership._Ownable,wt.ownership.Ownable,_TeamManaged,TeamManaged,wt.workflow.forum._SubjectOfForum,SubjectOfForum,wt.workflow.notebook._SubjectOfNotebook,wt.workflow.notebook.SubjectOfNotebook
- Direct Known Subclasses:
ConfigurationItem
public abstract class _ConfigurationItem
extends Managed
implements EffConfigurationItem, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA description of the Configuration Item.static final StringThe name of the Configuration Item.Fields inherited from class wt.enterprise.Managed
EXTERNALIZATION_VERSION_UID_R51Fields inherited from class wt.enterprise._Managed
CREATOR, CREATOR_EMAIL, CREATOR_FULL_NAME, CREATOR_NAMEFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.access._AdHocControlled
ENTRY_SETFields inherited from interface wt.fc.adminlock._AdministrativelyLockable
ADMINISTRATIVE_LOCKFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.eff._EffConfigurationItem
SOLUTION, SOLUTION_REFERENCEFields inherited from interface wt.folder._Foldered
CABINET, CABINET_NAME, FOLDERING_INFO, PARENT_FOLDERFields inherited from interface wt.index._Indexable
INDEXER_SETFields inherited from interface wt.lifecycle._LifeCycleManaged
LIFE_CYCLE_AT_GATE, LIFE_CYCLE_BASIC, LIFE_CYCLE_NAME, LIFE_CYCLE_STATE, LIFE_CYCLE_TEMPLATE, STATEFields inherited from interface wt.notify._Notifiable
EVENT_SETFields inherited from interface wt.ownership._Ownable
OWNERSHIPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.access._SecurityLabeled
SECURITY_LABELSFields inherited from interface wt.team._TeamManaged
TEAM_ID, TEAM_IDENTITY, TEAM_NAME, TEAM_TEMPLATE_ID, TEAM_TEMPLATE_IDENTITY, TEAM_TEMPLATE_NAMEFields inherited from interface wt.fc.BusinessInformation
BUSINESS_TYPE, IDENTITYFields inherited from interface wt.folder.CabinetBased
FOLDER_PATH, LOCATIONFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.access.SecurityLabeled
SECURITY_LABELS_INTERNAL_VALUE -
Method Summary
Modifier and TypeMethodDescriptionA description of the Configuration Item.getName()The name of the Configuration Item.The solution for this EffConfigurationItem.The solution for this EffConfigurationItem.voidsetDescription(String description) A description of the Configuration Item.voidThe name of the Configuration Item.voidsetSolution(ProductSolution the_solution) The solution for this EffConfigurationItem.voidsetSolutionReference(ObjectReference the_solutionReference) The solution for this EffConfigurationItem.Methods inherited from class wt.enterprise.Managed
getBusinessType, getCabinetReference, getFolderPath, getIdentity, getLocation, initializeMethods inherited from class wt.enterprise._Managed
getAdministrativeLock, getCabinet, getCabinetName, getCreator, getCreatorEMail, getCreatorFullName, getCreatorName, getDomainRef, getEntrySet, getEventSet, getFolderingInfo, getIndexerSet, getLifeCycleName, getLifeCycleState, getLifeCycleTemplate, getOwnership, getParentFolder, getSecurityLabels, getState, getTeamId, getTeamIdentity, getTeamName, getTeamTemplateId, getTeamTemplateIdentity, getTeamTemplateName, isInheritedDomain, isLifeCycleAtGate, isLifeCycleBasic, readVersion, setAdministrativeLock, setDomainRef, setEntrySet, setEventSet, setFolderingInfo, setIndexerSet, setInheritedDomain, setOwnership, setSecurityLabels, setState, setTeamId, setTeamTemplateId, super_readExternal_Managed, super_readVersion_Managed, super_writeExternal_ManagedMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.eff.EffContext
getIdentificationObject, setIdentificationObjectMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
Field Details
-
NAME
The name of the Configuration Item.Supported API: true
- See Also:
-
DESCRIPTION
A description of the Configuration Item.Supported API: true
- See Also:
-
-
Method Details
-
getName
The name of the Configuration Item.Supported API: true
- Specified by:
getNamein interface_EffConfigurationItem- Specified by:
getNamein interfaceCabinetBased- Overrides:
getNamein classManaged- Returns:
- String
- See Also:
-
setName
The name of the Configuration Item.Supported API: true
- Specified by:
setNamein interface_EffConfigurationItem- Throws:
WTPropertyVetoException- See Also:
-
getDescription
A description of the Configuration Item.Supported API: true
- Specified by:
getDescriptionin interface_EffConfigurationItem- See Also:
-
setDescription
A description of the Configuration Item.Supported API: true
- Specified by:
setDescriptionin interface_EffConfigurationItem- Throws:
WTPropertyVetoException- See Also:
-
getSolution
The solution for this EffConfigurationItem.Supported API: true
- Specified by:
getSolutionin interface_EffConfigurationItem- See Also:
-
getSolutionReference
The solution for this EffConfigurationItem.Supported API: true
- Specified by:
getSolutionReferencein interface_EffConfigurationItem- See Also:
-
setSolution
The solution for this EffConfigurationItem.Supported API: true
- Specified by:
setSolutionin interface_EffConfigurationItem- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setSolutionReference
public void setSolutionReference(ObjectReference the_solutionReference) throws WTPropertyVetoException The solution for this EffConfigurationItem.Supported API: true
- Specified by:
setSolutionReferencein interface_EffConfigurationItem- Throws:
WTPropertyVetoException- See Also:
-