Deletes a process definition by given ID and permanently removes the process definition.
public void deleteDefinition(java.lang.String id) throws PMServiceException
|
Parameter |
Type |
Description |
|---|---|---|
|
ID |
string |
Specifies the process definition ID |
None
PMServiceException
Permanently removes the process instance.
public void deleteInstance(java.lang.String id) throws PMServiceException
|
Parameter |
Type |
Description |
|---|---|---|
|
ID |
string |
Identifies the process instance ID |
None
PMServiceException
Starts and stops logging performed by the Process Manager.
public void enableLogging(boolean enable) throws PMServiceException
|
Parameter |
Type |
Description |
|---|---|---|
|
enable |
Boolean |
A Boolean flag that indicates if logging should be enabled |
None
PMServiceException
| Copyright © 2010 CA. All rights reserved. | Tell Technical Publications how we can improve this information |