Class CollaborationTemplate

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._Item
wt.fc.Item
wt.workflow.collaboration._CollaborationTemplate
wt.workflow.collaboration.CollaborationTemplate
All Implemented Interfaces:
Externalizable, Serializable, wt.access._AccessControlled, wt.access._PolicyAccessControlled, wt.access._SecurityLabeled, AccessControlled, wt.access.PolicyAccessControlled, SecurityLabeled, wt.admin._DomainAdministered, DomainAdministered, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc.adminlock._AdministrativelyLockable, AdministrativelyLockable, NetFactor, ObjectMappable, Persistable, DisplayIdentification, wt.inf.container._WTContained, WTContained, wt.recent.RecentlyVisited

@GenAsPersistable(superClass=Item.class,interfaces=WTContained.class,versions=6981182632498803143L,properties={@GeneratedProperty(name="name",type=java.lang.String.class,javaDoc="The name of the template.",constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="description",type=java.lang.String.class,javaDoc="The description for the template"),@GeneratedProperty(name="structure",type=wt.xml.XMLLob.class,javaDoc="Contains the xml definition that must be used when instantiating DiscussionForum objects for this template.",constraints=@PropertyConstraints(required=true))},tableProperties=@TableProperties(compositeUnique1="containerReference.key.id + name")) public abstract class CollaborationTemplate extends wt.workflow.collaboration._CollaborationTemplate
CollaborationTemplate represents objects whose structure can be defined in an XMLLob. The xml definition in the LOB is used to create the instance side of the association.

Supported API: true

Extendable: false
See Also: