Parameter Name | Description |
locationCentraSite | String. Optional. The address of the CentraSite registry/repository on which the object resides. The registry/repository runs at the following URL: http://server:port/CentraSite/CentraSite Where server is the machine on which the CentraSite registry/repository is running and port is the port on which Apache is configured to listen for requests (port 53307 if CentraSite is configured to use the default Apache port number). If you do not specify locationCentraSite, the Approval service will use the following default URL: http://localhost:53307/CentraSite/CentraSite |
key | String. The key of the object whose state you want to revert. |
Parameter Name | Description |
revertedState | String. The lifecycle state to which the object was reverted by the revertPendingStateChange operation. For example, if you executed this operation on an object whose state was pending a change from state A to state B, the operation would return state A in the revertedState parameter. |