Class ProcessInstanceModificationDto


  • public class ProcessInstanceModificationDto
    extends java.lang.Object
    Author:
    Thorben Lindhauer
    • Field Detail

      • skipCustomListeners

        protected boolean skipCustomListeners
      • skipIoMappings

        protected boolean skipIoMappings
      • annotation

        protected java.lang.String annotation
    • Constructor Detail

      • ProcessInstanceModificationDto

        public ProcessInstanceModificationDto()
    • Method Detail

      • isSkipCustomListeners

        public boolean isSkipCustomListeners()
      • setSkipCustomListeners

        public void setSkipCustomListeners​(boolean skipCustomListeners)
      • isSkipIoMappings

        public boolean isSkipIoMappings()
      • setSkipIoMappings

        public void setSkipIoMappings​(boolean skipIoMappings)
      • getAnnotation

        public java.lang.String getAnnotation()
      • setAnnotation

        public void setAnnotation​(java.lang.String annotation)