Class ProcessBuilderDefinition
java.lang.Object
com.suncode.pwfl.workflow.process.util.ProcessBuilderDefinition
Obiekt służący do zdefiniowania procesu, który chcemy utworzyć
- Author:
- Paweł Rosolak 16 paź 2013
-
Constructor Summary
ConstructorsConstructorDescriptionProcessBuilderDefinition
(String processDefId, String creator, String packageId) ProcessBuilderDefinition
(String processDefId, String creator, String creatorPassword, String packageId) ProcessBuilderDefinition
(String processDefId, String creator, String creatorPassword, String packageId, Map<String, Object> variables) -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.boolean
Zwraca informację, czy stworzony proces zostanie automatycznie uruchomionyvoid
setAutoStart
(boolean autoStart) Określa, czy utworzony proces ma być automatycznie uruchomiony (domyślnietrue
).void
setCreator
(String creator) void
setCreatorPassword
(String creatorPassword) Deprecated, for removal: This API element is subject to removal in a future version.void
setPackageId
(String packageId) void
setProcessDefId
(String processDefId) void
setVariables
(Map<String, Object> variables)
-
Constructor Details
-
ProcessBuilderDefinition
public ProcessBuilderDefinition() -
ProcessBuilderDefinition
-
ProcessBuilderDefinition
-
ProcessBuilderDefinition
-
-
Method Details
-
getProcessDefId
-
setProcessDefId
-
getCreator
-
setCreator
-
getCreatorPassword
Deprecated, for removal: This API element is subject to removal in a future version. -
setCreatorPassword
Deprecated, for removal: This API element is subject to removal in a future version. -
getPackageId
-
setPackageId
-
setAutoStart
public void setAutoStart(boolean autoStart) Określa, czy utworzony proces ma być automatycznie uruchomiony (domyślnietrue
).- 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
-
setVariables
-