|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.task.api.WorkBasketDefinitionFactory
public class WorkBasketDefinitionFactory
Factory to create a work basket definition object.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
WorkBasketDefinition |
createWorkBasketDefinition(java.lang.String name)
Creates a work basket definition object with the specified work basket name. |
WorkBasketDefinition |
createWorkBasketDefinition(java.lang.String name,
WorkBasketDefinition fromWorkBasketDefinition)
Creates a work basket definition object based on the specified work basket definition. |
static WorkBasketDefinitionFactory |
newInstance()
Returns the single instance of a WorkBasketDefinitionFactory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Method Detail |
---|
public static WorkBasketDefinitionFactory newInstance()
public WorkBasketDefinition createWorkBasketDefinition(java.lang.String name) throws ParameterNullException
Note that the type is set to TYPE_GROUP and the substitution policy to SUBSTITUTION_POLICY_NO_SUBSTITUTION.
name
- The name of the work basket.
Note that work basket names must conform to the XML NCName specification.
ParameterNullException
public WorkBasketDefinition createWorkBasketDefinition(java.lang.String name, WorkBasketDefinition fromWorkBasketDefinition) throws ParameterNullException
name
- The name of the work basket.
Note that work basket names must conform to the XML NCName specification.fromWorkBasketDefinition
- The work basket definition to be copied.
ParameterNullException
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |