public interface InfrastructureRoot extends Serializable
Modifier and Type | Method and Description |
---|---|
ControlAct |
getControlAct()
Given a specific version of any object, returns the
ControlAct in which it was created. |
String |
getToken()
Gets the token.
|
void |
setToken(String token)
Sets an arbitrary token on the RIM object.
|
String getToken()
setToken(String)
void setToken(String token) throws HDRRimException
The token is used for exception-handling to give more precise information about where in a submitted object graph an exception has occurred. If an exception can be attributed to a problem with one object, generally due to validation errors, the exception will contain the token set on the object.
This value is not validated, but it is expected to be unique across the objects in any given submission.
token
- The token.HDRRimException
ControlAct getControlAct() throws HDRRimException
ControlAct
in which it was created. The
ControlAct
provides information such as the reason the
transaction occurred, who the author of the change is, etc.ControlAct
.HDRRimException
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved