Class WTWorkSet

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.change2.workset._WTWorkSet
wt.change2.workset.WTWorkSet
All Implemented Interfaces:
Externalizable, Serializable, wt.access._AccessControlled, wt.access._AccessControlList, wt.access._AdHocControlled, wt.access._PolicyAccessControlled, AccessControlled, wt.access.AccessControlList, AdHocControlled, wt.access.PolicyAccessControlled, wt.admin._DomainAdministered, DomainAdministered, wt.change2._Changeable2, wt.change2._ChangeableIfc, Changeable2, ChangeableIfc, wt.change2.workset._WorkSet, wt.change2.workset._WTWorkSetTypeInterface, WorkSet, wt.change2.workset.WTWorkSetTypeInterface, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc.adminlock._AdministrativelyLockable, AdministrativelyLockable, NetFactor, ObjectMappable, Persistable, wt.folder._CabinetBased, wt.folder._Foldered, wt.folder._FolderEntry, wt.folder._FolderServiceManaged, wt.folder._IteratedFoldered, CabinetBased, Foldered, FolderEntry, wt.folder.FolderServiceManaged, IteratedFoldered, wt.iba.value._IBAHolder, wt.iba.value.IBAHolder, DisplayIdentification, wt.inf.container._WTContained, WTContained, wt.lifecycle._IteratedLifeCycleManaged, _LifeCycleManaged, IteratedLifeCycleManaged, LifeCycleManaged, wt.locks._Lockable, Lockable, _OrganizationOwned, wt.org._OrganizationOwnedVersion, OrganizationOwned, OrganizationOwnedVersion, wt.ownership._Ownable, wt.ownership.Ownable, wt.recent.RecentlyVisited, _TeamManaged, TeamManaged, wt.type._Typed, wt.type._TypeManaged, wt.type.FlexTyped, wt.type.Typed, wt.type.TypeManaged, _Iterated, wt.vc._Versionable, wt.vc._Versioned, Iterated, Versionable, Versioned, wt.vc.wip._Workable, Workable

@GenAsPersistable(superClass=WTObject.class,interfaces={WorkSet.class,wt.type.Typed.class,wt.change2.workset.WTWorkSetTypeInterface.class},versions={-8947665269545442578L,51855267030469907L},properties={@GeneratedProperty(name="description",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="Some text describing the object or noting important information that should be kept about the object.",constraints=@PropertyConstraints(upperLimit=4000)),@GeneratedProperty(name="theDocumentMaster",type=DocumentMaster.class,constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(persistent=false))},foreignKeys=@GeneratedForeignKey(name="WTWorkSetMasterIteration",foreignKeyRole=@ForeignKeyRole(name="master",type=wt.change2.workset.WTWorkSetMaster.class,cascade=false,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="iteration",cascade=false,accessors=@PropertyAccessors(getAccess=PRIVATE,setAccess=PROTECTED))),derivedProperties={@DerivedProperty(name="number",derivedFrom="master>number",supportedAPI=PUBLIC),@DerivedProperty(name="name",derivedFrom="master>name",supportedAPI=PUBLIC)},iconProperties=@IconProperties(standardIcon="netmarkets/images/workset.gif",openIcon="netmarkets/images/workset.gif")) public class WTWorkSet extends _WTWorkSet
Default implementation of the WorkSet interface

Use the newWTWorkSet static factory method(s), not the WTWorkSet constructor, 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: false

See Also: