Deletes entries from the CxCollabState database table.
Syntax
public void deleteState(java.lang.String Verb,
java.lang.String BusinessObjectType,
java.lang.String PropDocID,
int stateValue)
Parameters
- Verb
- Specifies the verb to use. In this case, the value must be
Delete.
- BusinessObjectType
- Specifies the type of the business object.
- PropDocID
- Specifies identifier for the business object.
- stateValue
- Specifies the numeric tag for the state.
Exceptions
Throws the following exceptions:
- CwDBSQLException--Thrown if the StateManagement class is unable to
execute the SQL query.
- CollaborationException--Thrown if the values of the parameters passed
are null, or of any other unknown exception occurs within the method.
