public class ProcessDeploymentInfoUpdater extends Object implements Serializable
ProcessDeploymentInfo.| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessDeploymentInfoUpdater.ProcessDeploymentInfoField
Fields that can be updated on a
ProcessDeploymentInfo. |
| Constructor and Description |
|---|
ProcessDeploymentInfoUpdater()
Construct the updater object with no field to update.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ProcessDeploymentInfoUpdater.ProcessDeploymentInfoField,Serializable> |
getFields()
Get the map of the fields to update with their new value.
|
void |
setDisplayDescription(String description)
Set the new display description of the process definition.
|
void |
setDisplayName(String name)
Set the new display name of the process definition.
|
void |
setIconPath(String iconPath)
Set the new icon path of the process definition.
|
public ProcessDeploymentInfoUpdater()
public void setDisplayName(String name)
name - The new display name of the process definition.public void setDisplayDescription(String description)
description - The new display description of the process definition.public void setIconPath(String iconPath)
iconPath - The new icon path of the process definition.public Map<ProcessDeploymentInfoUpdater.ProcessDeploymentInfoField,Serializable> getFields()
Copyright © 2018 Bonitasoft S.A.. All rights reserved.