
public class ContributorResult extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static ContributorResult |
DEFAULT |
static ContributorResult |
SKIP_MESSAGING_TARGET |
static ContributorResult |
SKIP_PARENT_CONTRIBUTORS |
static ContributorResult |
SKIP_PARENT_CONTRIBUTORS_AND_MESSAGING_TARGET |
static ContributorResult |
SKIP_PARENT_CONTRIBUTORS_AND_SIBLING_CONTRIBUTORS_AND_MESSAGING_TARGET |
static ContributorResult |
SKIP_SIBLING_CONTRIBUTORS |
static ContributorResult |
SKIP_SIBLING_CONTRIBUTORS_AND_MESSAGING_TARGET |
| Constructor and Description |
|---|
ContributorResult(boolean skipParentContributors,
boolean skipSiblingContributors,
boolean skipMessagingTarget) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSkipMessagingTarget() |
boolean |
isSkipParentContributors() |
boolean |
isSkipSiblingContributors() |
ContributorResult |
or(ContributorResult contributorResult) |
String |
toString() |
public static final ContributorResult DEFAULT
public static final ContributorResult SKIP_PARENT_CONTRIBUTORS
public static final ContributorResult SKIP_SIBLING_CONTRIBUTORS
public static final ContributorResult SKIP_MESSAGING_TARGET
public static final ContributorResult SKIP_PARENT_CONTRIBUTORS_AND_MESSAGING_TARGET
public static final ContributorResult SKIP_SIBLING_CONTRIBUTORS_AND_MESSAGING_TARGET
public static final ContributorResult SKIP_PARENT_CONTRIBUTORS_AND_SIBLING_CONTRIBUTORS_AND_MESSAGING_TARGET
public ContributorResult(boolean skipParentContributors,
boolean skipSiblingContributors,
boolean skipMessagingTarget)
public boolean isSkipParentContributors()
public boolean isSkipSiblingContributors()
public boolean isSkipMessagingTarget()
public ContributorResult or(ContributorResult contributorResult)
Copyright © 2015. All Rights Reserved.