|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Status | |
---|---|
org.jbpm.task | |
org.jbpm.task.query | |
org.jbpm.task.service | |
org.jbpm.task.service.local | |
org.jbpm.task.service.persistence |
Uses of Status in org.jbpm.task |
---|
Methods in org.jbpm.task that return Status | |
---|---|
Status |
TaskData.assignOwnerAndStatus(List<OrganizationalEntity> potentialOwners)
This method will potentially assign the actual owner of this TaskData and set the status of the data. |
Status |
TaskData.getPreviousStatus()
|
Status |
TaskData.getStatus()
|
Status |
TaskData.initialize()
Initializes the state of the TaskData, i.e. sets the Status.Created . |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jbpm.task with parameters of type Status | |
---|---|
void |
TaskData.setPreviousStatus(Status previousStatus)
|
void |
TaskData.setStatus(Status status)
|
Method parameters in org.jbpm.task with type arguments of type Status | |
---|---|
List<TaskSummary> |
TaskService.getTasksAssignedAsPotentialOwnerByStatus(String userId,
List<Status> status,
String language)
|
void |
AsyncTaskService.getTasksAssignedAsPotentialOwnerByStatus(String userId,
List<Status> status,
String language,
BlockingTaskSummaryResponseHandler responseHandler)
|
List<TaskSummary> |
TaskService.getTasksAssignedAsPotentialOwnerByStatusByGroup(String userId,
List<String> groupIds,
List<Status> status,
String language)
Deprecated. |
void |
AsyncTaskService.getTasksAssignedAsPotentialOwnerByStatusByGroup(String userId,
List<String> groupIds,
List<Status> status,
String language,
BlockingTaskSummaryResponseHandler responseHandler)
Deprecated. |
List<TaskSummary> |
TaskService.getTasksOwned(String userId,
List<Status> status,
String language)
|
void |
AsyncTaskService.getTasksOwned(String userId,
List<Status> status,
String language,
TaskClientHandler.TaskSummaryResponseHandler responseHandler)
|
Uses of Status in org.jbpm.task.query |
---|
Methods in org.jbpm.task.query that return Status | |
---|---|
Status |
TaskSummary.getStatus()
|
Methods in org.jbpm.task.query with parameters of type Status | |
---|---|
void |
TaskSummary.setStatus(Status status)
|
Constructors in org.jbpm.task.query with parameters of type Status | |
---|---|
TaskSummary(long id,
long processInstanceId,
String name,
String subject,
String description,
Status status,
int priority,
boolean skipable,
User actualOwner,
User createdBy,
Date createdOn,
Date activationTime,
Date expirationTime,
String processId,
int processSessionId)
|
Uses of Status in org.jbpm.task.service |
---|
Fields in org.jbpm.task.service with type parameters of type Status | |
---|---|
protected List<Status> |
DefaultEscalatedDeadlineHandler.validStatuses
|
Methods in org.jbpm.task.service that return Status | |
---|---|
Status |
OperationCommand.getNewStatus()
|
Methods in org.jbpm.task.service that return types with arguments of type Status | |
---|---|
List<Status> |
OperationCommand.getPreviousStatus()
|
List<Status> |
OperationCommand.getStatus()
|
Methods in org.jbpm.task.service with parameters of type Status | |
---|---|
void |
OperationCommand.setNewStatus(Status newStatus)
|
void |
TaskServiceSession.setTaskStatus(long taskId,
Status status)
|
Uses of Status in org.jbpm.task.service.local |
---|
Method parameters in org.jbpm.task.service.local with type arguments of type Status | |
---|---|
List<TaskSummary> |
LocalTaskService.getTasksAssignedAsPotentialOwnerByStatus(String userId,
List<Status> status,
String language)
|
List<TaskSummary> |
LocalTaskService.getTasksAssignedAsPotentialOwnerByStatusByGroup(String userId,
List<String> groupIds,
List<Status> status,
String language)
Deprecated. |
List<TaskSummary> |
LocalTaskService.getTasksOwned(String userId,
List<Status> status,
String language)
|
Uses of Status in org.jbpm.task.service.persistence |
---|
Methods in org.jbpm.task.service.persistence with parameters of type Status | |
---|---|
void |
TaskPersistenceManager.setTaskStatusInTransaction(Object taskId,
Status taskStatus)
Special onetime method |
Method parameters in org.jbpm.task.service.persistence with type arguments of type Status | |
---|---|
List<TaskSummary> |
TaskPersistenceManager.queryTasksWithUserIdStatusAndLanguage(String queryName,
String userId,
List<Status> status,
String language)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |