Package com.microstrategy.webapi
Interface EnumDSSXMLFindDependentSearchFlags
-
public interface EnumDSSXMLFindDependentSearchFlags
This Enumeration lists the search flags for find dependency- Since:
- MicroStrategy Web Polaris
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXMLFindDependentSearchDefault
Search allstatic int
DssXMLFindDependentSearchExpandDefaultAddress
When an address is a default address, it will find its contact, and then from this contact, find all subscriptions to that contact with the same delivery typestatic int
DssXMLFindDependentSearchExpandGroup
Expand a User Group or Contact Group or notstatic int
DssXMLFindDependentSearchOwner
return subscriptions for which the user is the ownerstatic int
DssXMLFindDependentSearchRecipient
Return subscriptions for which the user is a recipient
-
-
-
Field Detail
-
DssXMLFindDependentSearchExpandGroup
static final int DssXMLFindDependentSearchExpandGroup
Expand a User Group or Contact Group or not- See Also:
- Constant Field Values
-
DssXMLFindDependentSearchExpandDefaultAddress
static final int DssXMLFindDependentSearchExpandDefaultAddress
When an address is a default address, it will find its contact, and then from this contact, find all subscriptions to that contact with the same delivery type- See Also:
- Constant Field Values
-
DssXMLFindDependentSearchOwner
static final int DssXMLFindDependentSearchOwner
return subscriptions for which the user is the owner- See Also:
- Constant Field Values
-
DssXMLFindDependentSearchRecipient
static final int DssXMLFindDependentSearchRecipient
Return subscriptions for which the user is a recipient- See Also:
- Constant Field Values
-
DssXMLFindDependentSearchDefault
static final int DssXMLFindDependentSearchDefault
Search all- See Also:
- Constant Field Values
-
-