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

All Known Implementing Classes:
ValueTypeResolverImpl

public interface ValueTypeResolver

Author:
Thorben Lindhauer

Method Summary
 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

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 © 2014 camunda services GmbH. All rights reserved.