org.jbpm.services.task.commands
Class TaskCommand<T>
java.lang.Object
org.jbpm.services.task.commands.TaskCommand<T>
- All Implemented Interfaces:
- Serializable, org.drools.core.command.impl.GenericCommand<T>, Command<T>
- Direct Known Subclasses:
- AddContentCommand, AddGroupCommand, AddUserCommand, AddUsersGroupsCommand, ArchiveTasksCommand, CompositeCommand, DeleteAttachmentCommand, DeleteCommentCommand, DeleteContentCommand, DeployTaskDefCommand, ExecuteDeadlinesCommand, ExecuteTaskRulesCommand, GetActiveTasksCommand, GetAllAttachmentsCommand, GetAllCommentsCommand, GetAllContentCommand, GetAllTaskDefinitionsCommand, GetArchivedTasksCommand, GetAttachmentCommand, GetAuditEventsCommand, GetCommentCommand, GetCompletedTasksByUserCommand, GetCompletedTasksCommand, GetContentCommand, GetGroupCommand, GetGroupsCommand, GetOrgEntityCommand, GetPendingSubTasksCommand, GetPendingTasksByUserCommand, GetPotentialOwnersForTaskCommand, GetTaskAssignedByGroupsCommand, GetTaskByWorkItemIdCommand, GetTaskCommand, GetTaskContentCommand, GetTaskDefinitionCommand, GetTasksByProcessInstanceIdCommand, GetTasksByStatusByProcessInstanceIdCommand, GetTasksForProcessCommand, GetUserCommand, GetUserInfoCommand, GetUsersCommand, InitDeadlinesCommand, RemoveAllTasksCommand, RemoveGroupCommand, RemoveTasksCommand, RemoveUserCommand, UndeployTaskDefCommand, UserGroupCallbackTaskCommand
public abstract class TaskCommand<T>
- extends Object
- implements org.drools.core.command.impl.GenericCommand<T>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.drools.core.command.impl.GenericCommand |
execute |
FAULT_PROPERTY
public static final int FAULT_PROPERTY
- See Also:
- Constant Field Values
OUTPUT_PROPERTY
public static final int OUTPUT_PROPERTY
- See Also:
- Constant Field Values
PRIORITY_PROPERTY
public static final int PRIORITY_PROPERTY
- See Also:
- Constant Field Values
TASK_NAMES_PROPERTY
public static final int TASK_NAMES_PROPERTY
- See Also:
- Constant Field Values
EXPIRATION_DATE_PROPERTY
public static final int EXPIRATION_DATE_PROPERTY
- See Also:
- Constant Field Values
DESCRIPTION_PROPERTY
public static final int DESCRIPTION_PROPERTY
- See Also:
- Constant Field Values
SKIPPABLE_PROPERTY
public static final int SKIPPABLE_PROPERTY
- See Also:
- Constant Field Values
SUB_TASK_STRATEGY_PROPERTY
public static final int SUB_TASK_STRATEGY_PROPERTY
- See Also:
- Constant Field Values
taskId
protected Long taskId
userId
protected String userId
groupsIds
protected List<String> groupsIds
targetEntityId
protected String targetEntityId
TaskCommand
public TaskCommand()
getTaskId
public Long getTaskId()
setTaskId
public void setTaskId(Long taskId)
getUserId
public String getUserId()
setUserId
public void setUserId(String userId)
getGroupsIds
public List<String> getGroupsIds()
setGroupsIds
public void setGroupsIds(List<String> groupsIds)
getTargetEntityId
public String getTargetEntityId()
setTargetEntityId
public void setTargetEntityId(String targetEntityId)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.