Saves the collaboration process parameters in the CxCollabState database
table.
Syntax
public void saveState(java.lang.String CollabObjName,
java.lang.String Verb,
java.lang.String BusinessObjectType,
java.lang.String PropDocID,
int stateValue,
int retry,
double hours_to_timeout)
Parameters
- CollabObjName
- Specifies the name of the collaboration.
- Verb
- Specifies the verb to use. In this case, the value must be
Create.
- BusinessObjectType
- Specifies the type of the business object.
- PropDocID
- Specifies the identifier for the business object.
- stateValue
- Specifies the numeric tag for the state.
- retry
- Specifies the retry value for the business object.
- hours_to_timeout
- Specifies the number of hours before the process times out; the data
is stored in the CxCollabState table as a date data type.
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.
