Package com.microstrategy.web.objects.rw
Interface EnumRWResultFilterModes
-
public interface EnumRWResultFilterModesPossible values forRWSettingsResultFilterMode property- Since:
- MicroStrategy Web 8.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static intRW_RESULT_FILTER_DEF_PROPSDefinition and Properties for opening editorsstatic intRW_RESULT_FILTER_DEF_PROPS_INBOXDefinition, Properties, and Inbox for opening and closing subscription editorsstatic intRW_RESULT_FILTER_DEF_PROPS_TRANSACTIONDefinition, Properties, and TransactionDefinition for opening and closing editors that need transaction informationstatic intRW_RESULT_FILTER_DEFAULTDefaultstatic intRW_RESULT_FILTER_PROPERTIESPropertiesstatic intRW_RESULT_FILTER_STATUS_ONLYStatus only
-
-
-
Field Detail
-
RW_RESULT_FILTER_DEFAULT
static final int RW_RESULT_FILTER_DEFAULT
Default- See Also:
- Constant Field Values
-
RW_RESULT_FILTER_STATUS_ONLY
static final int RW_RESULT_FILTER_STATUS_ONLY
Status only- See Also:
- Constant Field Values
-
RW_RESULT_FILTER_PROPERTIES
static final int RW_RESULT_FILTER_PROPERTIES
Properties- See Also:
- Constant Field Values
-
RW_RESULT_FILTER_DEF_PROPS
static final int RW_RESULT_FILTER_DEF_PROPS
Definition and Properties for opening editors- See Also:
- Constant Field Values
-
RW_RESULT_FILTER_DEF_PROPS_INBOX
static final int RW_RESULT_FILTER_DEF_PROPS_INBOX
Definition, Properties, and Inbox for opening and closing subscription editors- See Also:
- Constant Field Values
-
RW_RESULT_FILTER_DEF_PROPS_TRANSACTION
static final int RW_RESULT_FILTER_DEF_PROPS_TRANSACTION
Definition, Properties, and TransactionDefinition for opening and closing editors that need transaction information- See Also:
- Constant Field Values
-
-