7.0 Action Request System Java API

com.remedy.arsys.api
Class EntryPointMultiCriteria

java.lang.Object
  extended bycom.remedy.arsys.api.CriteriaFlags
      extended bycom.remedy.arsys.api.EntryPointMultiCriteria

public class EntryPointMultiCriteria
extends CriteriaFlags

The EntryPointMultiCriteria class specifies the entry point properties to retrieve.


Field Summary
static int DISCRIPTION
          The description of the entry point.
static int ENTRY_POINT_DISPLAY_LABEL
          The display label for the entry point.
static int HELP_TEXT
          The help text of the entry point.
static int OWNER_APP_DISPLAY_LABEL
          The application display label of the entry point owner.
static int OWNER_APP_NAME
          The application name of the entry point owner.
static int OWNER_OBJ_LIST
          The list of schemas that own the entry point.
static int PERMISSIONS
          Permissions (access control) of the entry point.
static int PROPERTY_LIST
          Returns object property tags of specified entry point.
static int REFERENCES
          Entry point reference list.
static int TIMESTAMP
          The time stamp of the entry point.
 
Constructor Summary
EntryPointMultiCriteria()
           
 
Method Summary
 ReferenceType[] getReferenceTypes()
          Returns list of the types of references (for example, forms and filters).
 void setReferenceTypes(ReferenceType[] refs)
          Sets list of the types of references (for example, forms and filters).
 
Methods inherited from class com.remedy.arsys.api.CriteriaFlags
getParameters, getPropertiesToRetrieve, resetChangeFlags, setParameter, setPropertiesToRetrieve, setRetrieveAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENTRY_POINT_DISPLAY_LABEL

public static final int ENTRY_POINT_DISPLAY_LABEL
The display label for the entry point.

See Also:
Constant Field Values

OWNER_APP_NAME

public static final int OWNER_APP_NAME
The application name of the entry point owner.

See Also:
Constant Field Values

OWNER_APP_DISPLAY_LABEL

public static final int OWNER_APP_DISPLAY_LABEL
The application display label of the entry point owner.

See Also:
Constant Field Values

PERMISSIONS

public static final int PERMISSIONS
Permissions (access control) of the entry point.

See Also:
Constant Field Values

OWNER_OBJ_LIST

public static final int OWNER_OBJ_LIST
The list of schemas that own the entry point.

See Also:
Constant Field Values

DISCRIPTION

public static final int DISCRIPTION
The description of the entry point.

See Also:
Constant Field Values

REFERENCES

public static final int REFERENCES
Entry point reference list.

See Also:
Constant Field Values

HELP_TEXT

public static final int HELP_TEXT
The help text of the entry point.

See Also:
Constant Field Values

TIMESTAMP

public static final int TIMESTAMP
The time stamp of the entry point.

See Also:
Constant Field Values

PROPERTY_LIST

public static final int PROPERTY_LIST
Returns object property tags of specified entry point. These are defined by AR System. You can use the following constants:

See Also:
Constant Field Values
Constructor Detail

EntryPointMultiCriteria

public EntryPointMultiCriteria()
Method Detail

setReferenceTypes

public void setReferenceTypes(ReferenceType[] refs)
Sets list of the types of references (for example, forms and filters). You can specify individual types of references to set, specify that all (Constants.ARREF_ALL) or none (Constants.ARREF_NONE) of the references be set, or specify negative numbers to treat the types of references as exclude reference types. The exclude reference types take precedence over the include list; this means that if you specify a type as positive as well as negative, then all references of that type are excluded.


getReferenceTypes

public ReferenceType[] getReferenceTypes()
Returns list of the types of references (for example, forms and filters). You can specify individual types of references to return, specify that all (Constants.ARREF_ALL) or none (Constants.ARREF_NONE) of the references be returned, or specify negative numbers to treat the types of references as exclude reference types.


7.0 Action Request System Java API