public class WorkBasketDefinitionFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final java.lang.String COPYRIGHT
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