String |
ProcessManagerSessionController.createProcessInstance(org.silverpeas.core.contribution.content.form.DataRecord data,
boolean isDraft,
boolean firstTimeSaved) |
Create a new process instance with the filled form.
|
org.silverpeas.core.web.export.ExportCSVBuilder |
ProcessManagerSessionController.exportListAsCSV() |
|
List<org.silverpeas.core.contribution.content.form.DataRecord> |
ProcessFilter.filter(List<org.silverpeas.core.workflow.api.instance.ProcessInstance> allInstances,
String role,
String lang) |
Returns only the process instance matching the filter.
|
org.silverpeas.core.contribution.content.form.Form |
ProcessManagerSessionController.getActionForm(String actionName) |
Returns the form associated to the named action.
|
org.silverpeas.core.contribution.content.form.DataRecord |
ProcessManagerSessionController.getActionRecord(String actionName) |
Returns a new DataRecord filled with the folder data and which will be be completed by the
action form.
|
List<CurrentState> |
ProcessManagerSessionController.getActiveStates() |
Get the active states.
|
org.silverpeas.core.contribution.content.form.Form |
ProcessManagerSessionController.getAssignFormOfActiveStates(org.silverpeas.core.workflow.api.instance.ProcessInstance processInstance) |
Gets a form with the assignation of users to roles for all the active states (for the
re-affectations of some roles in the active states)
|
org.silverpeas.core.contribution.content.form.Form |
ProcessManagerSessionController.getCreationForm() |
Returns the form which starts a new instance.
|
org.silverpeas.core.contribution.content.form.DataRecord |
ProcessFilter.getCriteriaRecord() |
Get the current criteria.
|
ProcessFilter |
ProcessManagerSessionController.getCurrentFilter() |
Returns the current ProcessFilter.
|
List<org.silverpeas.core.contribution.content.form.DataRecord> |
ProcessManagerSessionController.getCurrentProcessList() |
Returns the current process instance list.
|
org.silverpeas.core.contribution.content.form.DataRecord |
ProcessManagerSessionController.getEmptyCreationRecord() |
Returns the an empty creation record which will be filled with the creation form.
|
org.silverpeas.core.contribution.content.form.DataRecord |
ProcessManagerSessionController.getEmptyUserSettingsRecord() |
Returns the an empty date record which will be filled with the user settings form.
|
org.silverpeas.core.contribution.content.form.DataRecord |
ProcessManagerSessionController.getFolderRecord() |
Returns the folder data of the current process instance.
|
List<LockVO> |
ProcessManagerSessionController.getLockingUsers() |
Get locking users list
|
org.silverpeas.core.contribution.content.form.Form |
ProcessFilter.getPresentationForm() |
Returns the form which can be used to fill the filter criteria.
|
org.silverpeas.core.contribution.content.form.Form |
ProcessManagerSessionController.getPresentationForm() |
Returns the form presenting the folder of the current process instance.
|
org.silverpeas.core.contribution.content.form.Form |
ProcessManagerSessionController.getPresentationForm(String name) |
Returns the named form (Read only).
|
String |
ProcessManagerSessionController.getProcessInstanceIdFromExternalTodoId(String externalTodoId) |
Get the process instance Id referred by the todo with the given todo id
|
org.silverpeas.core.workflow.api.model.ProcessModel |
ProcessManagerSessionController.getProcessModel(String modelId) |
Returns the process model having the given id.
|
org.silverpeas.core.contribution.content.form.Form |
ProcessManagerSessionController.getQuestionForm(boolean readonly) |
Returns the form to ask a question
|
String |
ProcessManagerSessionController.getRoleNameFromExternalTodoId(String externalTodoId) |
Get the role name of task referred by the todo with the given todo id
|
org.silverpeas.core.workflow.api.instance.HistoryStep |
ProcessManagerSessionController.getSavedStep() |
Get step saved by given user id.
|
org.silverpeas.core.contribution.content.form.DataRecord |
ProcessManagerSessionController.getSavedStepRecord(org.silverpeas.core.workflow.api.instance.HistoryStep savedStep) |
Get step data record saved.
|
org.silverpeas.core.workflow.api.model.State |
ProcessManagerSessionController.getState(org.silverpeas.core.workflow.api.instance.ProcessInstance processInstance,
String stateName) |
Get the state with the given name in the specified process instance.
|
org.silverpeas.core.contribution.content.form.Form |
ProcessManagerSessionController.getStepForm(org.silverpeas.core.workflow.api.instance.HistoryStep step) |
Returns the form used to display the i-th step.
|
List<StepVO> |
ProcessManagerSessionController.getSteps(String strEnlightedStep) |
|
org.silverpeas.core.workflow.api.task.Task |
ProcessManagerSessionController.getTask(String stateName) |
Returns the named task.
|
org.silverpeas.core.workflow.api.task.Task[] |
ProcessManagerSessionController.getTasks() |
Get all tasks assigned for current user on current process instance
|
org.silverpeas.core.workflow.api.user.User |
ProcessManagerSessionController.getUser(String userId) |
Returns the workflow user having the given id.
|
org.silverpeas.core.contribution.content.form.Form |
ProcessManagerSessionController.getUserSettingsForm() |
Returns the form to fill user settings
|
org.silverpeas.core.contribution.content.form.DataRecord |
ProcessManagerSessionController.getUserSettingsRecord() |
Returns the an empty data record which will be filled with the user settings form.
|
boolean |
ProcessManagerSessionController.isUserAllowedOnActiveStates() |
|
void |
ProcessManagerSessionController.lock(String stateName) |
Lock the current instance for current user and given state
|
void |
ProcessManagerSessionController.processAction(String stateName,
String actionName,
org.silverpeas.core.contribution.content.form.DataRecord data,
boolean isDraft,
boolean isFirstTimeSaved) |
Create a new history step instance with the filled form.
|
void |
ProcessManagerSessionController.processQuestion(String stepId,
String state,
org.silverpeas.core.contribution.content.form.DataRecord data) |
Send the question as a QuestionEvent to the workflowEngine.
|
void |
ProcessManagerSessionController.processResponse(String questionId,
org.silverpeas.core.contribution.content.form.DataRecord data) |
Send the answer as a ResponseEvent to the workflowEngine.
|
void |
ProcessManagerSessionController.reassignInActiveStates(org.silverpeas.core.workflow.api.instance.ProcessInstance processInstance,
org.silverpeas.core.contribution.content.form.DataRecord data) |
Reassign the roles in the active states of the specified process instance to the users defined
in the given assignation data.
|
void |
ProcessManagerSessionController.removeProcess(String processId) |
Remove process instance with given id
|
void |
ProcessManagerSessionController.replaceInAllAssignedStates(String userId,
String substituteId) |
Replaces the specified user by the other one in all the states of the current process
instances.
|
void |
ProcessManagerSessionController.resetCurrentProcessInstance(String instanceId) |
Updates the current process instance from the given id and returns the associated
ProcessInstance object.
|
List<org.silverpeas.core.contribution.content.form.DataRecord> |
ProcessManagerSessionController.resetCurrentProcessList(boolean doAPause) |
Updates the current process instance list with current filter and returns this list.
|
void |
ProcessManagerSessionController.resetCurrentRole(String role) |
Returns the current role name.
|
<T extends org.silverpeas.core.workflow.api.user.Replacement<T>> void |
ProcessManagerSessionController.resetCurrentRoleAsSubstitute(String role,
String incumbentId) |
|
void |
ProcessManagerSessionController.saveUserSettings(org.silverpeas.core.contribution.content.form.DataRecord data) |
Save the user settings which have been filled with the user settings form.
|
void |
ProcessManagerSessionController.unlock(String stateName) |
Un-Lock the current instance for current user and given state
|
void |
ProcessManagerSessionController.unlock(String userId,
String stateName) |
Un-Lock the current instance for given user and given state
|