Interface JobChainCallWaitEvent

    • Method Detail

      • isMasterVersion

        boolean isMasterVersion()
        Get the value for MasterVersion. (Whether this object belongs to a master object or not.)
        Specified by:
        isMasterVersion in interface Branchable
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • isCreatedBySystem

        boolean isCreatedBySystem()
        Get the value for CreatedBySystem. (Has this JobDefinitionWaitEvent been created behind the scenes?)
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setCreatedBySystem

        void setCreatedBySystem​(boolean newCreatedBySystem)
        Set the value for CreatedBySystem. (Has this JobDefinitionWaitEvent been created behind the scenes?)
        Parameters:
        newCreatedBySystem - the new value for CreatedBySystem.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setEventDefinition

        void setEventDefinition​(EventDefinition newEventDefinition)
        Set the value for EventDefinition. This value is mandatory.
        Parameters:
        newEventDefinition - is the object to set EventDefinition to. Which EventDefinition must be raised before this WaitEvent is satisfied? If this is null, then the object cannot be persisted.