Class ProcessBuilderDefinition

java.lang.Object
com.suncode.pwfl.workflow.process.util.ProcessBuilderDefinition

public class ProcessBuilderDefinition extends Object
Obiekt służący do zdefiniowania procesu, który chcemy utworzyć
Author:
Paweł Rosolak 16 paź 2013
  • Constructor Details

    • ProcessBuilderDefinition

      public ProcessBuilderDefinition()
    • ProcessBuilderDefinition

      public ProcessBuilderDefinition(String processDefId, String creator, String packageId)
    • ProcessBuilderDefinition

      public ProcessBuilderDefinition(String processDefId, String creator, String creatorPassword, String packageId)
    • ProcessBuilderDefinition

      public ProcessBuilderDefinition(String processDefId, String creator, String creatorPassword, String packageId, Map<String,Object> variables)
  • Method Details

    • getProcessDefId

      public String getProcessDefId()
    • setProcessDefId

      public void setProcessDefId(String processDefId)
    • getCreator

      public String getCreator()
    • setCreator

      public void setCreator(String creator)
    • getCreatorPassword

      @Deprecated(since="4.2", forRemoval=true) public String getCreatorPassword()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCreatorPassword

      @Deprecated(since="4.2", forRemoval=true) public void setCreatorPassword(String creatorPassword)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getPackageId

      public String getPackageId()
    • setPackageId

      public void setPackageId(String packageId)
    • setAutoStart

      public void setAutoStart(boolean autoStart)
      Określa, czy utworzony proces ma być automatycznie uruchomiony (domyślnie true).
      Parameters:
      autoStart - true jeżeli proces ma być automatycznie uruchomiony (domyślnie), false w przeciwnym wypadku
    • isAutoStart

      public boolean isAutoStart()
      Zwraca informację, czy stworzony proces zostanie automatycznie uruchomiony
      Returns:
      true jeżeli proces będzie automatycznie uruchomiony, false w przeciwnym wypadku
      See Also:
    • getVariables

      public Map<String,Object> getVariables()
    • setVariables

      public void setVariables(Map<String,Object> variables)