com.bea.wli.worklist.api.taskplan
Interface ConstructorContainer
- All Superinterfaces:
- ActionContainer<Constructor>, Bounded, EventSource, NamedObject, NamedObjectContainer<Constructor>, Serializable
public interface ConstructorContainer
- extends ActionContainer<Constructor>
Represents a collection of constructors for a task plan.
Methods inherited from interface com.bea.wli.worklist.api.taskplan.EventSource |
addPropertyChangeListener, addPropertyChangeListener, clearDirty, dispose, getParent, isComplete, isDirty, isInitializing, isStarted, markDirty, removePropertyChangeListener, removePropertyChangeListener, startProducing |
Methods inherited from interface com.bea.wli.worklist.api.taskplan.EventSource |
addPropertyChangeListener, addPropertyChangeListener, clearDirty, dispose, getParent, isComplete, isDirty, isInitializing, isStarted, markDirty, removePropertyChangeListener, removePropertyChangeListener, startProducing |
getConstructorNames
String[] getConstructorNames()
- An array of names for the constructors defined on this task plan. If no
constructors have been defined, an empty array is returned.
getConstructor
Constructor getConstructor(String name)
throws UnknownObjectException
- Throws:
UnknownObjectException
getDefaultConstructor
Constructor getDefaultConstructor()
throws UnknownObjectException
- Throws:
UnknownObjectException