Package com.streambase.sb.client
Interface StreamBaseClient.ListEntityFlags
- Enclosing class:
- StreamBaseClient
public static interface StreamBaseClient.ListEntityFlags
Flags used by the ListEntities call. These flags can be OR'ed together if desired
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Use ADAPTERS_ONLY if you want only list adapters in list operatorstatic final int
Use ALL_CONTAINERS if you want to include all user containers in the output.static final int
Use CUSTOM_JAVA_OPERATORS_ONLY if you want to only list custom java operatorsstatic final int
Use FULLY_QUALIFIED_NAMES if you want to include container names for all entities.static final int
Use INCLUDE_MODULES if you want to include all modules in the output (including sub modules)static final int
Indicates no special option
-
Field Details
-
NO_FLAGS
static final int NO_FLAGSIndicates no special option- See Also:
-
FULLY_QUALIFIED_NAMES
static final int FULLY_QUALIFIED_NAMESUse FULLY_QUALIFIED_NAMES if you want to include container names for all entities. If not set then the returned names will not include the container name, just the entity name including the submodule path.- See Also:
-
INCLUDE_MODULES
static final int INCLUDE_MODULESUse INCLUDE_MODULES if you want to include all modules in the output (including sub modules)- See Also:
-
ALL_CONTAINERS
static final int ALL_CONTAINERSUse ALL_CONTAINERS if you want to include all user containers in the output. This does not include the "system" container. This flag impliesFULLY_QUALIFIED_NAMES
- See Also:
-
ADAPTERS_ONLY
static final int ADAPTERS_ONLYUse ADAPTERS_ONLY if you want only list adapters in list operator- See Also:
-
CUSTOM_JAVA_OPERATORS_ONLY
static final int CUSTOM_JAVA_OPERATORS_ONLYUse CUSTOM_JAVA_OPERATORS_ONLY if you want to only list custom java operators- See Also:
-