Class AbstractBpTask<T>

    • Constructor Detail

      • AbstractBpTask

        protected AbstractBpTask​(String name)
        Constructor.
        Parameters:
        name - - task name. Can't be null.
    • Method Detail

      • addCreatedEntity

        protected void addCreatedEntity​(GraphicalScheme transactionScheme,
                                        BpEntity createdEntity)
        Adds created entity to model.
        Parameters:
        transactionScheme - - model to add to. Can't be null.
        createdEntity - - item to add to mode. Can't be null.
      • addCreatedRelation

        protected void addCreatedRelation​(GraphicalScheme transactionScheme,
                                          BpRelation createdRelation)
        Adds created relation to model.
        Parameters:
        transactionScheme - - model to add to. Can't be null.
        createdRelation - - item to add to mode. Can't be null.