Previous Topic: deleteActor

Next Topic: getActor

deleteDefinition
Description

Deletes a process definition by given ID and permanently removes the process definition.

Syntax
public void deleteDefinition(java.lang.String id)
throws PMServiceException
Parameters

Parameter

Type

Description

ID

string

Specifies the process definition ID

Return

None

Exception Thrown

PMServiceException

deleteInstance
Description

Permanently removes the process instance.

Syntax
public void deleteInstance(java.lang.String id) 
throws PMServiceException 
Parameters

Parameter

Type

Description

ID

string

Identifies the process instance ID

Return

None

Exception Thrown

PMServiceException

enableLogging
Description

Starts and stops logging performed by the Process Manager.

Syntax
public void enableLogging(boolean enable)
throws PMServiceException
Parameters

Parameter

Type

Description

enable

Boolean

A Boolean flag that indicates if logging should be enabled

Return

None

Exception Thrown

PMServiceException