Uses of Class
org.alfresco.rest.workflow.api.impl.TypeDefinitionContext
-
Packages that use TypeDefinitionContext Package Description org.alfresco.rest.workflow.api.impl -
-
Uses of TypeDefinitionContext in org.alfresco.rest.workflow.api.impl
Methods in org.alfresco.rest.workflow.api.impl with parameters of type TypeDefinitionContext Modifier and Type Method Description voidRestVariableHelper. addTaskVariables(List<TaskVariable> result, Map<String,Object> variables, TypeDefinitionContext context, VariableScope scope)Converts the raw variables toTaskVariables and adds them to the given result-list.protected voidRestVariableHelper. setVariableValueAndType(Variable variable, Object value, TypeDefinitionContext context)Sets the variable value with possible conversion to the correct format to be used in the response and sets the type accordingly.
-