Package wt.annotation
Class AnnotationSet
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._CabinetManaged
wt.enterprise.CabinetManaged
wt.annotation._AnnotationSet
wt.annotation.AnnotationSet
- 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,wt.change2._SupportingMaterial,SupportingMaterial,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,wt.fc.archive._Archiveable,wt.fc.archive.Archiveable,NetFactor,ObjectMappable,Persistable,wt.folder._CabinetBased,wt.folder._CabinetMember,wt.folder._FolderEntry,wt.folder._FolderServiceManaged,CabinetBased,CabinetMember,FolderEntry,wt.folder.FolderServiceManaged,DisplayIdentification,wt.index._Indexable,Indexable,wt.inf.container._WTContained,WTContained,_LifeCycleManaged,LifeCycleManaged,wt.notify._Notifiable,Notifiable,wt.ownership._Ownable,wt.ownership.Ownable,wt.recent.RecentlyVisited,_TeamManaged,TeamManaged
- Direct Known Subclasses:
wt.annotation._StructuredAnnotationSet
@GenAsPersistable(superClass=CabinetManaged.class,interfaces={WTContained.class,SupportingMaterial.class},extendable=true,versions=-7159321544696297895L,properties={@GeneratedProperty(name="name",type=java.lang.String.class,supportedAPI=PUBLIC,constraints=@PropertyConstraints(upperLimit=60,required=true),columnProperties=@ColumnProperties(persistent=true,index=true)),@GeneratedProperty(name="description",type=java.lang.String.class,supportedAPI=PUBLIC,constraints=@PropertyConstraints(lowerLimit=0,upperLimit=2000)),@GeneratedProperty(name="isApplied",type=boolean.class,supportedAPI=PUBLIC),@GeneratedProperty(name="appliedBy",type=java.lang.String.class),@GeneratedProperty(name="appliedDate",type=java.sql.Timestamp.class),@GeneratedProperty(name="theXMLLob",type=wt.xml.XMLLob.class,columnProperties=@ColumnProperties(columnName="B"))},iconProperties=@IconProperties(standardIcon="wt/clients/images/annotationset.gif",openIcon="wt/clients/images/annotationset.gif"))
public class AnnotationSet
extends _AnnotationSet
Deprecated.
- See Also:
-
Field Summary
Fields inherited from class wt.annotation._AnnotationSet
DESCRIPTION, IS_APPLIED, NAMEFields 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 TypeMethodDescriptionprotected voidinitialize(String name) Deprecated.Supports initialization, following construction of an instance.static AnnotationSetDeprecated.
Supported API: truestatic AnnotationSetnewAnnotationSet(String name) Deprecated.
Supported API: trueMethods inherited from class wt.annotation._AnnotationSet
getDescription, getName, isIsApplied, setDescription, setIsApplied, setNameMethods inherited from class wt.enterprise._CabinetManaged
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.fc.Persistable
checkAttributes
-
Method Details
-
newAnnotationSet
Deprecated.
Supported API: true- Returns:
- AnnotationSet
- Throws:
WTException
-
newAnnotationSet
Deprecated.
Supported API: true- Parameters:
name-- Returns:
- AnnotationSet
- Throws:
WTException
-
initialize
Deprecated.Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Parameters:
name-- Throws:
WTException
-
Use the
newAnnotationSetstatic factory method(s), not theAnnotationSetconstructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.Supported API: true
Extendable: true