Package | Description |
---|---|
com.docdoku.core.document |
Classes for managing documents.
|
com.docdoku.core.exceptions |
Provides exceptions returned by the business layer.
|
com.docdoku.core.product |
Classes for managing products.
|
com.docdoku.core.services |
Business layer classes.
|
com.docdoku.core.util |
Contains utility classes useful for files, dates and naming conventions.
|
com.docdoku.core.workflow |
Provides classes for designing and running workflow.
|
Modifier and Type | Method and Description |
---|---|
WorkflowModel |
DocumentMasterTemplate.getWorkflowModel() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentMasterTemplate.setWorkflowModel(WorkflowModel workflowModel) |
Constructor and Description |
---|
WorkflowModelAlreadyExistsException(Locale pLocale,
WorkflowModel pWorkflowModel) |
WorkflowModelAlreadyExistsException(Locale pLocale,
WorkflowModel pWorkflowModel,
Throwable pCause) |
Modifier and Type | Method and Description |
---|---|
WorkflowModel |
PartMasterTemplate.getWorkflowModel() |
Modifier and Type | Method and Description |
---|---|
void |
PartMasterTemplate.setWorkflowModel(WorkflowModel workflowModel) |
Modifier and Type | Method and Description |
---|---|
WorkflowModel |
IWorkflowManagerLocal.createWorkflowModel(String pWorkspaceId,
String pId,
String pFinalLifeCycleState,
ActivityModel[] pActivityModels) |
WorkflowModel |
IWorkflowManagerLocal.getWorkflowModel(WorkflowModelKey pKey) |
WorkflowModel[] |
IWorkflowManagerLocal.getWorkflowModels(String pWorkspaceId) |
WorkflowModel |
IWorkflowManagerLocal.updateACLForWorkflow(String pWorkspaceId,
String workflowModelId,
Map<String,String> userEntries,
Map<String,String> groupEntries) |
WorkflowModel |
IWorkflowManagerLocal.updateWorkflowModel(WorkflowModelKey workflowModelKey,
String pFinalLifeCycleState,
ActivityModel[] pActivityModels) |
Modifier and Type | Method and Description |
---|---|
static WorkflowModel |
Tools.resetParentReferences(WorkflowModel pWf) |
Modifier and Type | Method and Description |
---|---|
static WorkflowModel |
Tools.resetParentReferences(WorkflowModel pWf) |
Modifier and Type | Field and Description |
---|---|
protected WorkflowModel |
ActivityModel.workflowModel |
Modifier and Type | Method and Description |
---|---|
WorkflowModel |
WorkflowModel.clone()
perform a deep clone operation
|
WorkflowModel |
ActivityModel.getWorkflowModel() |
Modifier and Type | Method and Description |
---|---|
void |
ActivityModel.setWorkflowModel(WorkflowModel pWorkflowModel) |
Constructor and Description |
---|
ActivityModel(WorkflowModel pWorkflowModel,
int pStep,
List<TaskModel> pTaskModels,
String pLifeCycleState) |
ParallelActivityModel(WorkflowModel pWorkflowModel,
int pStep,
List<TaskModel> pTaskModels,
String pLifeCycleState,
int pTasksToComplete) |
ParallelActivityModel(WorkflowModel pWorkflowModel,
String pLifeCycleState,
int pTasksToComplete) |
SequentialActivityModel(WorkflowModel pWorkflowModel,
int pStep,
List<TaskModel> pTaskModels,
String pLifeCycleState) |
SequentialActivityModel(WorkflowModel pWorkflowModel,
String pLifeCycleState) |
Copyright © 2017 DocDoku. All rights reserved.