public class SetTaskPropertyCommand extends UserGroupCallbackTaskCommand<Void>
Modifier and Type | Field and Description |
---|---|
static int |
DESCRIPTION_PROPERTY |
static int |
EXPIRATION_DATE_PROPERTY |
static int |
FAULT_PROPERTY |
static int |
OUTPUT_PROPERTY |
static int |
PRIORITY_PROPERTY |
static int |
SKIPPABLE_PROPERTY |
static int |
SUB_TASK_STRATEGY_PROPERTY |
static int |
TASK_NAMES_PROPERTY |
groupIds, targetEntityId, taskId, userId
Constructor and Description |
---|
SetTaskPropertyCommand() |
SetTaskPropertyCommand(long taskId,
String userId,
Integer property,
Object value) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(org.kie.api.runtime.Context cntxt) |
Date |
getExpirationDate() |
JaxbFaultData |
getFaultData() |
List<JaxbI18NText> |
getNamesOrDescriptions() |
Object |
getOutput() |
Integer |
getPriority() |
Integer |
getProperty() |
Boolean |
getSkippable() |
org.kie.internal.task.api.model.SubTasksStrategy |
getSubTasksStrategy() |
void |
setExpirationDate(Date expirationDate) |
void |
setFaultData(JaxbFaultData faultData) |
void |
setNamesOrDescriptions(List<JaxbI18NText> namesOrDescriptions) |
void |
setOutput(Object output) |
void |
setPriority(Integer priority) |
void |
setProperty(Integer name) |
void |
setSkippable(Boolean skippable) |
void |
setSubTasksStrategy(org.kie.internal.task.api.model.SubTasksStrategy subTasksStrategy) |
addGroupFromCallbackOperation, addUserFromCallbackOperation, doCallbackAndReturnUserOperation, doCallbackGroupOperation, doCallbackGroupsOperation, doCallbackOperationForAttachment, doCallbackOperationForComment, doCallbackOperationForPeopleAssignments, doCallbackOperationForPotentialOwners, doCallbackOperationForTaskData, doCallbackOperationForTaskDeadlines, doCallbackUserOperation, doCallbackUserOperation, doUserGroupCallbackOperation, filterGroups, isBusinessAdmin, persistIfNotExists
getGroupsIds, getTargetEntityId, getTaskId, getUserId, setGroupsIds, setTargetEntityId, setTaskId, setUserId
public static final int FAULT_PROPERTY
public static final int OUTPUT_PROPERTY
public static final int PRIORITY_PROPERTY
public static final int TASK_NAMES_PROPERTY
public static final int EXPIRATION_DATE_PROPERTY
public static final int DESCRIPTION_PROPERTY
public static final int SKIPPABLE_PROPERTY
public static final int SUB_TASK_STRATEGY_PROPERTY
public Integer getProperty()
public void setProperty(Integer name)
public JaxbFaultData getFaultData()
public void setFaultData(JaxbFaultData faultData)
public Object getOutput()
public void setOutput(Object output)
public Integer getPriority()
public void setPriority(Integer priority)
public List<JaxbI18NText> getNamesOrDescriptions()
public void setNamesOrDescriptions(List<JaxbI18NText> namesOrDescriptions)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public Boolean getSkippable()
public void setSkippable(Boolean skippable)
public org.kie.internal.task.api.model.SubTasksStrategy getSubTasksStrategy()
public void setSubTasksStrategy(org.kie.internal.task.api.model.SubTasksStrategy subTasksStrategy)
public Void execute(org.kie.api.runtime.Context cntxt)
execute
in interface org.kie.api.command.ExecutableCommand<Void>
execute
in class UserGroupCallbackTaskCommand<Void>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.