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 void
RestVariableHelper. addTaskVariables(java.util.List<TaskVariable> result, java.util.Map<java.lang.String,java.lang.Object> variables, TypeDefinitionContext context, VariableScope scope)
Converts the raw variables toTaskVariable
s and adds them to the given result-list.protected void
RestVariableHelper. setVariableValueAndType(Variable variable, java.lang.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.
-