findPackages(WMFilter filter, boolean countFlag) Retrieves a set of packages.
Parameters: filter - A package filter specification. Parameters: countFlag - Flag to return just a count of the matching packages.
findWorkflowProcess(String processDefinitionId) Retrieves a process definition in executable form.
Parameters: processDefinitionId - The process definition ID.
findWorkflowProcesses(WMFilter filter, boolean countFlag) Retrieves a list of process definitions.
Parameters: filter - A process definition filter specification.
Retrieves a set of packages.
Parameters: filter - A package filter specification. Parameters: countFlag - Flag to return just a count of the matching packages. An array of matching packages.
Sets the content of the specified package.
Parameters: pkg - The package to write. throws: RepositoryException -
updateProcessDefinitionState
public synchronized void updateProcessDefinitionState(String processDefinitionId, int newState) throws RepositoryException(Code)
Changes the process definition state.
Parameters: processDefinitionId - The process definition id Parameters: newState - The new process definition state throws: RepositoryException - Workflow client exception
Fields inherited from org.obe.engine.repository.AbstractRepository