public final class ContentProxy
extends java.lang.Object
Repository
. This abstracts all the plumbing
and lets the GUI/Config just grab the requested valuesConstructor and Description |
---|
ContentProxy() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<PartyRepItem> |
fetchMediators()
Use the repository object to fetch mediator parties
|
static java.util.List<PartyRepItem> |
fetchMediatorsForProtocol(MultiPartyProtocolRepItem protocol)
Use the repository object to fetch mediator parties
|
static java.util.List<PartyRepItem> |
fetchParties()
Use the repository object to fetch non-mediator parties
|
static java.util.List<PartyRepItem> |
fetchPartiesForProtocol(MultiPartyProtocolRepItem protocol)
Use the repository object to fetch non-mediator parties
|
static java.util.List<ProfileRepItem> |
fetchProfiles()
Use the repository object to fetch profiles
|
static java.util.List<MultiPartyProtocolRepItem> |
fetchProtocols()
Use the repository object to fetch protocols
|
public static java.util.List<MultiPartyProtocolRepItem> fetchProtocols()
public static java.util.List<PartyRepItem> fetchParties()
public static java.util.List<PartyRepItem> fetchPartiesForProtocol(MultiPartyProtocolRepItem protocol)
protocol
- The protocol the requested parties should supportpublic static java.util.List<PartyRepItem> fetchMediators()
public static java.util.List<PartyRepItem> fetchMediatorsForProtocol(MultiPartyProtocolRepItem protocol)
protocol
- The protocol the requested mediator should supportpublic static java.util.List<ProfileRepItem> fetchProfiles()