Uses of Class
org.alfresco.rest.workflow.api.impl.TypeDefinitionContext
Packages that use TypeDefinitionContext
-
Uses of TypeDefinitionContext in org.alfresco.rest.workflow.api.impl
Methods in org.alfresco.rest.workflow.api.impl with parameters of type TypeDefinitionContextModifier and TypeMethodDescriptionvoid
RestVariableHelper.addTaskVariables
(List<TaskVariable> result, Map<String, 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, 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.