7.0 Action Request System Java API

com.remedy.arsys.api
Class EntryPointInfo

java.lang.Object
  extended bycom.remedy.arsys.api.EntryPointInfo
All Implemented Interfaces:
java.lang.Cloneable

public class EntryPointInfo
extends java.lang.Object
implements java.lang.Cloneable

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

getName

public NameID getName()

setName

public void setName(NameID name)

getType

public int getType()
Gets entry point type.
  • Constants.AR_ENTRYPOINT_TYPE_AL_GUIDE : (INT):
  • Constants.AR_ENTRYPOINT_TYPE_DEFAULT_SEARCH : (INT):
  • Constants.AR_ENTRYPOINT_TYPE_DEFAULT_NEW : (INT):


  • setType

    public void setType(int type)
    Sets entry point type.
  • Constants.AR_ENTRYPOINT_TYPE_AL_GUIDE : (INT):
  • Constants.AR_ENTRYPOINT_TYPE_DEFAULT_SEARCH : (INT):
  • Constants.AR_ENTRYPOINT_TYPE_DEFAULT_NEW : (INT):


  • getEntryPointDisplayLabel

    public char[] getEntryPointDisplayLabel()
    Gets display label for the entry point.


    setEntryPointDisplayLabel

    public void setEntryPointDisplayLabel(java.lang.String label)
    Sets display label for the entry point.


    getOwnerAppName

    public NameID getOwnerAppName()
    Gets the application name of the entry point owner.


    setOwnerAppName

    public void setOwnerAppName(NameID name)
    Sets the application name of the entry point owner.


    getOwnerAppDisplayLabel

    public char[] getOwnerAppDisplayLabel()
    Gets the application display label of the entry point owner.


    setOwnerAppDisplayLabel

    public void setOwnerAppDisplayLabel(java.lang.String label)
    Sets the application display label of the entry point owner.


    getPermissions

    public PermissionInfo[] getPermissions()
    Gets permissions (access control) of the entry point.


    setPermissions

    public void setPermissions(PermissionInfo[] permissionList)
    Sets permissions of the entry point.


    getOwnerObjList

    public ContainerOwner[] getOwnerObjList()
    Gets the list of schemas that own the entry point.


    setOwnerObjList

    public void setOwnerObjList(ContainerOwner[] owner)
    Sets the list of schemas that own the entry point.


    getDescription

    public char[] getDescription()
    Gets description of the entry point.


    setDescription

    public void setDescription(java.lang.String description)
    Sets description of the entry point.


    getReferences

    public ReferenceBase[] getReferences()
    Gets an entry point reference list.


    setReferences

    public void setReferences(ReferenceBase[] references)
    Sets an entry point reference list.


    getHelpText

    public java.lang.String getHelpText()
    Gets help text of the entry point.


    setHelpText

    public void setHelpText(java.lang.String helpText)
    Sets help text of the entry point.


    getTimestamp

    public Timestamp getTimestamp()
    Gets the time stamp of when the entry point was last changed.


    setTimestamp

    public void setTimestamp(Timestamp timestamp)
    Sets the time stamp of when the entry point was last changed.


    getProps

    public PropInfo[] getProps()
    Gets the entry point's object properties.


    setProps

    public void setProps(PropInfo[] props)
    Sets the entry point's object properties.


    7.0 Action Request System Java API