org.camunda.bpm.engine.impl.core.variable
Interface CoreVariableInstance

All Known Implementing Classes:
SimpleVariableStrore.SimpleVariableInstance, VariableInstanceEntity

public interface CoreVariableInstance

Author:
Daniel Meyer, Roman Smirnov, Sebastian Menski

Method Summary
 String getName()
           
 Object getValue()
           
 boolean isAbleToStore(Object value)
           
 

Method Detail

getName

String getName()

getValue

Object getValue()

isAbleToStore

boolean isAbleToStore(Object value)


Copyright © 2014 camunda services GmbH. All Rights Reserved.