|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.StructItemInfo
The StructItemInfo
class represents
a particular object to export or import.
Field Summary | |
static int |
ACTIVE_LINK
Active link definition |
static int |
ADMIN_EXT
No longer supported. |
static int |
CHAR_MENU
Character menu definition |
static int |
CONTAINER
Container definition |
static int |
DIST_MAP
Mapping definition for Distributed Server Option |
static int |
DIST_POOL
Distributed pools definition. |
static int |
ESCALATION
Escalation definition |
static int |
FILTER
Filter definition |
static int |
SCHEMA
Schema definition, including views, help text, and change diary information |
static int |
SCHEMA_DEFN
Structure definition for configuring Remedy User cache (special purpose export) |
static int |
SCHEMA_MAIL
Email template for submitting requests (special purpose export) |
static int |
SCHEMA_VIEW
Display definition for configuring Remedy User cache (special purpose export) |
static int |
SCHEMA_VIEW_MIN
Display definition without bitmaps for Remedy User |
static int |
VUI
Definition of single VUI. |
static int |
VUI_2
Definition of all VUIs instead of just one. |
Constructor Summary | |
StructItemInfo()
|
|
StructItemInfo(int type,
NameID name,
NameID[] selectedElements)
|
Method Summary | |
NameID |
getName()
Returns name associated with the AR System object. |
NameID[] |
getSelectedElements()
Returns list of selected elements. |
int |
getType()
Returns integer value indicating the type of AR System object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int SCHEMA
public static final int SCHEMA_DEFN
public static final int SCHEMA_VIEW
public static final int SCHEMA_MAIL
public static final int FILTER
public static final int ACTIVE_LINK
public static final int ADMIN_EXT
public static final int CHAR_MENU
public static final int ESCALATION
public static final int DIST_MAP
public static final int SCHEMA_VIEW_MIN
public static final int CONTAINER
public static final int DIST_POOL
public static final int VUI
public static final int VUI_2
Constructor Detail |
public StructItemInfo()
public StructItemInfo(int type, NameID name, NameID[] selectedElements)
Method Detail |
public int getType()
SCHEMA
SCHEMA_DEFN
SCHEMA_VIEW
SCHEMA_MAIL
FILTER
ACTIVE_LINK
ADMIN_EXT
CHAR_MENU
ESCALATION
DIST_MAP
SCHEMA_VIEW_MIN
CONTAINER
DIST_POOL
VUI
VUI_2
public NameID getName()
public NameID[] getSelectedElements()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |