org.camunda.bpm.engine.variable.type
Interface ValueTypeResolver

All Known Implementing Classes:
ValueTypeResolverImpl

public interface ValueTypeResolver

Author:
Thorben Lindhauer

Method Summary
 void addType(ValueType type)
           
 Collection<ValueType> getSubTypes(ValueType type)
          Returns all (transitive) sub types of the provided type given they are not abstract
 ValueType typeForName(String typeName)
           
 

Method Detail

addType

void addType(ValueType type)

typeForName

ValueType typeForName(String typeName)

getSubTypes

Collection<ValueType> getSubTypes(ValueType type)
Returns all (transitive) sub types of the provided type given they are not abstract

Returns:


Copyright © 2015 camunda services GmbH. All rights reserved.