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 interface wt.eff._EffConfigurationItem
SOLUTION, SOLUTION_REFERENCEFields inherited from interface wt.lifecycle._LifeCycleManaged
LIFE_CYCLE_STATE, STATEFields inherited from interface wt.team._TeamManaged
TEAM_ID, TEAM_TEMPLATE_ID -
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
getCreator, getLifeCycleState, getState, getTeamId, getTeamTemplateIdMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.eff.EffContext
getIdentificationObject, setIdentificationObjectMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
NAME
The name of the Configuration Item.Supported API: true
-
DESCRIPTION
A description of the Configuration Item.Supported API: true
-
-
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:
-