Class PlatformCaseValidationContext

java.lang.Object
org.flowable.cmmn.validation.CaseValidationContextImpl
com.flowable.validation.cmmn.PlatformCaseValidationContext
All Implemented Interfaces:
org.flowable.cmmn.validation.CaseValidationContext

public class PlatformCaseValidationContext extends org.flowable.cmmn.validation.CaseValidationContextImpl
Author:
Tijs Rademakers
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
     

    Fields inherited from class org.flowable.cmmn.validation.CaseValidationContextImpl

    entries, validatorSet
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.flowable.cmmn.validation.CaseValidationContextImpl

    addEntry, getEntries, setCurrentValidatorSet

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.flowable.cmmn.validation.CaseValidationContext

    addEntry, addError, addError, addWarning, addWarning
  • Field Details

    • workspaceId

      protected String workspaceId
  • Constructor Details

    • PlatformCaseValidationContext

      public PlatformCaseValidationContext(String workspaceId)
  • Method Details

    • getWorkspaceId

      public String getWorkspaceId()