Class GeneratedProcessEventConfiguration

    • Field Detail

      • PROCESS

        public static final java.lang.String PROCESS
        Qualifier of the ProcessEventConfiguration.process attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedProcessEventConfiguration

        public GeneratedProcessEventConfiguration()
    • Method Detail

      • getProcess

        public java.lang.String getProcess​(SessionContext ctx)
        Generated method - Getter of the ProcessEventConfiguration.process attribute.
        Returns:
        the process - Fully qualified classname of business process
      • getProcess

        public java.lang.String getProcess()
        Generated method - Getter of the ProcessEventConfiguration.process attribute.
        Returns:
        the process - Fully qualified classname of business process
      • setProcess

        public void setProcess​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the ProcessEventConfiguration.process attribute.
        Parameters:
        value - the process - Fully qualified classname of business process
      • setProcess

        public void setProcess​(java.lang.String value)
        Generated method - Setter of the ProcessEventConfiguration.process attribute.
        Parameters:
        value - the process - Fully qualified classname of business process