public class ReferencedMboStore
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
WFASSIGNMENT
Token for the current WFAssignment.
|
static java.lang.String |
WFINSTANCE
Reserved keyword that is recognized by SqlFormat as WFINSTANCE object from the current MBO.
|
Constructor and Description |
---|
ReferencedMboStore() |
Modifier and Type | Method and Description |
---|---|
MboRemote |
getMbo(java.lang.String token)
Return the Mbo for a reference.
|
MboSetRemote |
getMboSet(MboRemote owner,
java.lang.String token)
Creates a MboSet with a single Member, the referenced Mbo.
|
void |
store(java.lang.String token,
MboRemote refMbo)
Attach a Mbo to a reference.
|
public static final java.lang.String WFINSTANCE
public static final java.lang.String WFASSIGNMENT
public void store(java.lang.String token, MboRemote refMbo)
token
- The reference token.refMbo
- The Mbo to reference, or null to clear the reference.public MboRemote getMbo(java.lang.String token)
token
- The reference tokenpublic MboSetRemote getMboSet(MboRemote owner, java.lang.String token) throws java.rmi.RemoteException
owner
- The owner of the MboSettoken
- The reference tokenjava.rmi.RemoteException