|
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.EntryPointInfo
The EntryPointInfo
class and methods
are used to represent the properties of entry point objects.
Method Summary | |
char[] |
getDescription()
Gets description of the entry point. |
char[] |
getEntryPointDisplayLabel()
Gets display label for the entry point. |
java.lang.String |
getHelpText()
Gets help text of the entry point. |
NameID |
getName()
|
char[] |
getOwnerAppDisplayLabel()
Gets the application display label of the entry point owner. |
NameID |
getOwnerAppName()
Gets the application name of the entry point owner. |
ContainerOwner[] |
getOwnerObjList()
Gets the list of schemas that own the entry point. |
PermissionInfo[] |
getPermissions()
Gets permissions (access control) of the entry point. |
PropInfo[] |
getProps()
Gets the entry point's object properties. |
ReferenceBase[] |
getReferences()
Gets an entry point reference list. |
Timestamp |
getTimestamp()
Gets the time stamp of when the entry point was last changed. |
int |
getType()
Gets entry point type. |
void |
setDescription(java.lang.String description)
Sets description of the entry point. |
void |
setEntryPointDisplayLabel(java.lang.String label)
Sets display label for the entry point. |
void |
setHelpText(java.lang.String helpText)
Sets help text of the entry point. |
void |
setName(NameID name)
|
void |
setOwnerAppDisplayLabel(java.lang.String label)
Sets the application display label of the entry point owner. |
void |
setOwnerAppName(NameID name)
Sets the application name of the entry point owner. |
void |
setOwnerObjList(ContainerOwner[] owner)
Sets the list of schemas that own the entry point. |
void |
setPermissions(PermissionInfo[] permissionList)
Sets permissions of the entry point. |
void |
setProps(PropInfo[] props)
Sets the entry point's object properties. |
void |
setReferences(ReferenceBase[] references)
Sets an entry point reference list. |
void |
setTimestamp(Timestamp timestamp)
Sets the time stamp of when the entry point was last changed. |
void |
setType(int type)
Sets entry point type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public NameID getName()
public void setName(NameID name)
public int getType()
Constants.AR_ENTRYPOINT_TYPE_AL_GUIDE
: (INT):
Constants.AR_ENTRYPOINT_TYPE_DEFAULT_SEARCH
: (INT):
Constants.AR_ENTRYPOINT_TYPE_DEFAULT_NEW
: (INT):
public void setType(int type)
Constants.AR_ENTRYPOINT_TYPE_AL_GUIDE
: (INT):
Constants.AR_ENTRYPOINT_TYPE_DEFAULT_SEARCH
: (INT):
Constants.AR_ENTRYPOINT_TYPE_DEFAULT_NEW
: (INT):
public char[] getEntryPointDisplayLabel()
public void setEntryPointDisplayLabel(java.lang.String label)
public NameID getOwnerAppName()
public void setOwnerAppName(NameID name)
public char[] getOwnerAppDisplayLabel()
public void setOwnerAppDisplayLabel(java.lang.String label)
public PermissionInfo[] getPermissions()
public void setPermissions(PermissionInfo[] permissionList)
public ContainerOwner[] getOwnerObjList()
public void setOwnerObjList(ContainerOwner[] owner)
public char[] getDescription()
public void setDescription(java.lang.String description)
public ReferenceBase[] getReferences()
public void setReferences(ReferenceBase[] references)
public java.lang.String getHelpText()
public void setHelpText(java.lang.String helpText)
public Timestamp getTimestamp()
public void setTimestamp(Timestamp timestamp)
public PropInfo[] getProps()
public void setProps(PropInfo[] props)
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |