Package com.flowable.workobject.api
Interface Identifiable
- All Known Subinterfaces:
LegacyProperty
,LegacyVariable
,LegacyVariableEntity
,LegacyWorkObjectDefinition
,LegacyWorkObjectDefinitionEntity
,PropertyEntity
- All Known Implementing Classes:
DefinitionPropertyEntityImpl
,JavaVariable
,LegacyVariableEntityImpl
,LegacyWorkObjectDefinitionEntityImpl
public interface Identifiable
Represents an identifiable object.
-
Method Summary
Modifier and Type Method Description java.lang.String
getId()
The object id.
-
Method Details
-
getId
java.lang.String getId()The object id.- Returns:
- the object id
-