Package com.flowable.core.content.api
Interface MetadataInstance
- All Known Subinterfaces:
MetadataInstanceEntity
- All Known Implementing Classes:
MetadataInstanceEntityImpl
public interface MetadataInstance
Generic variable class that can be reused for V6 and V5 engine.
- Author:
- Tijs Rademakers
-
Method Details
-
getId
String getId()- Returns:
- the id of the variable
-
getName
String getName()- Returns:
- the name of the variable
-
getContentItemId
String getContentItemId()- Returns:
- the process instance id of the variable
-
getTextValue
String getTextValue()- Returns:
- the first text value, if any, or null.
-
getTextValue2
String getTextValue2()- Returns:
- the second text value, if any, or null.
-
getLongValue
Long getLongValue()- Returns:
- the long value, if any, or null.
-
getDoubleValue
Double getDoubleValue()- Returns:
- the double value, if any, or null.
-
getBytes
byte[] getBytes()- Returns:
- the byte array value, if any, or null.
-
getValue
Object getValue() -
getTypeName
String getTypeName()
-