public class ProcessInfoCustomizer
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessInfoCustomizer.Item |
| Modifier and Type | Field and Description |
|---|---|
static ProcessInfoCustomizer |
ALL |
static ProcessInfoCustomizer |
NONE |
static ProcessInfoCustomizer |
SUMMARYONLY |
| Constructor and Description |
|---|
ProcessInfoCustomizer(ProcessInfoCustomizer.Item... items) |
ProcessInfoCustomizer(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
includeDocumentLists() |
boolean |
includeEndpoints() |
boolean |
includeInstanceSummary() |
boolean |
includeProcessProperties() |
java.lang.String |
toString() |
public static final ProcessInfoCustomizer ALL
public static final ProcessInfoCustomizer SUMMARYONLY
public static final ProcessInfoCustomizer NONE
public ProcessInfoCustomizer(java.lang.String value)
public ProcessInfoCustomizer(ProcessInfoCustomizer.Item... items)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean includeInstanceSummary()
public boolean includeDocumentLists()
public boolean includeProcessProperties()
public boolean includeEndpoints()