public class AgreementBuilderScaffold<THIS extends AgreementBuilderScaffold<THIS,PARENT>,PARENT extends won.protocol.message.builder.BuilderScaffold<PARENT,?>>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected WonMessageBuilder |
builder |
protected java.util.Optional<PARENT> |
parent |
| Constructor and Description |
|---|
AgreementBuilderScaffold(PARENT parent) |
| Modifier and Type | Method and Description |
|---|---|
PARENT |
accepts(java.net.URI... other)
Accept the specified messages by their URIs.
|
PARENT |
accepts(WonMessage... other)
Accept the specified messages.
|
PARENT |
claims(java.net.URI... other)
Claim the specified messages by their URIs.
|
PARENT |
claims(WonMessage... other)
Claim the specified messages.
|
PARENT |
proposes(java.net.URI... other)
Propose the specified messages by their URIs.
|
PARENT |
proposes(WonMessage... other)
Propose the specified messages.
|
PARENT |
proposesToCancel(java.net.URI... other)
Propose to cancel the agreement(s) identified by the specified URIs.
|
PARENT |
proposesToCancel(WonMessage... other)
Propose to cancel the specified messages.
|
PARENT |
rejects(java.net.URI... other)
Reject the specified messages by their URIs.
|
PARENT |
rejects(WonMessage... other)
Reject the specified messages.
|
protected java.util.Optional<PARENT extends won.protocol.message.builder.BuilderScaffold<PARENT,?>> parent
protected WonMessageBuilder builder
public AgreementBuilderScaffold(PARENT parent)
public PARENT proposes(java.net.URI... other)
other - the message URI to proposepublic PARENT accepts(java.net.URI... other)
other - the message URIs to acceptpublic PARENT claims(java.net.URI... other)
other - the message URIs to proposepublic PARENT proposesToCancel(java.net.URI... other)
other - the message URIs to propose to cancelpublic PARENT rejects(java.net.URI... other)
other - the message URIs to rejectpublic PARENT proposes(WonMessage... other)
other - the messages to proposepublic PARENT accepts(WonMessage... other)
other - the messages to acceptpublic PARENT claims(WonMessage... other)
other - the messages to claimpublic PARENT proposesToCancel(WonMessage... other)
other - the messages to propose to cancelpublic PARENT rejects(WonMessage... other)
other - the messages to rejectCopyright © 2020. All Rights Reserved.