Class EntityRef

java.lang.Object
de.xima.fc.workflow.EntityRef
All Implemented Interfaces:
Serializable

@NotEmptyIf(field="nameRef", dependants="refType", target=EntityRef.class) public final class EntityRef extends Object implements Serializable
Model class for referencing an entity either by UUID or name
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • EntityRef

      public EntityRef()
      For JSON serialization / deserialization only. Use the static factory methods.
  • Method Details