wt.workflow.notebook
Interface NotebookIfc

All Superinterfaces:
CollaborationContainer, NetFactor, Notifiable, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
Notebook

public interface NotebookIfc
extends CollaborationContainer



Supported API: false

Extendable: false


Field Summary
static String DEFINITION
          Label for the attribute.
static String DEFINITION_REFERENCE
          Label for the attribute.
 
Fields inherited from interface wt.fc.Persistable
IDENTITY, PERSIST_INFO, TYPE
 
Fields inherited from interface wt.notify.Notifiable
EVENT_SET
 
Method Summary
 CollaborationTemplate getDefinition()
          Gets the object for the association that plays role: DEFINITION.
 ObjectReference getDefinitionReference()
          Gets the value of the attribute: DEFINITION_REFERENCE.
 boolean hasPrimary()
          

Supported API: false
 void setDefinition(CollaborationTemplate a_Definition)
          Sets the object for the association that plays role: DEFINITION.
 void setDefinitionReference(ObjectReference a_DefinitionReference)
          Sets the value of the attribute: DEFINITION_REFERENCE.
 
Methods inherited from interface wt.workflow.collaboration.CollaborationContainer
getChildren, getParent, populateSubscription
 
Methods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo
 
Methods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternal
 
Methods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassname
 
Methods inherited from interface wt.notify.Notifiable
getEventSet, setEventSet
 

Field Detail

DEFINITION

public static final String DEFINITION
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

DEFINITION_REFERENCE

public static final String DEFINITION_REFERENCE
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getDefinition

public CollaborationTemplate getDefinition()
Gets the object for the association that plays role: DEFINITION.

Supported API: false

Specified by:
getDefinition in interface CollaborationContainer
Returns:
CollaborationTemplate

setDefinition

public void setDefinition(CollaborationTemplate a_Definition)
                   throws WTPropertyVetoException,
                          WTException
Sets the object for the association that plays role: DEFINITION.

Supported API: false

Specified by:
setDefinition in interface CollaborationContainer
Parameters:
a_Definition -
Throws:
WTPropertyVetoException
WTException

getDefinitionReference

public ObjectReference getDefinitionReference()
Gets the value of the attribute: DEFINITION_REFERENCE.

Supported API: false

Specified by:
getDefinitionReference in interface CollaborationContainer
Returns:
ObjectReference

setDefinitionReference

public void setDefinitionReference(ObjectReference a_DefinitionReference)
                            throws WTPropertyVetoException
Sets the value of the attribute: DEFINITION_REFERENCE.

Supported API: false

Specified by:
setDefinitionReference in interface CollaborationContainer
Parameters:
a_DefinitionReference -
Throws:
WTPropertyVetoException

hasPrimary

public boolean hasPrimary()


Supported API: false

Returns:
boolean