AR System Java API

com.bmc.arsys.api
Class DiaryField

java.lang.Object
  extended by com.bmc.arsys.api.ObjectBase
      extended by com.bmc.arsys.api.Field
          extended by com.bmc.arsys.api.DiaryField
All Implemented Interfaces:
IARPersistentObject, Serializable, Cloneable

public class DiaryField
extends Field
implements Serializable

Diary fields capture the history of a request over time. Whenever users enter comments in the diary field, the new entry is appended to the previous diary entries. Every diary entry is stamped by the AR System server with a timestamp and user name. After they are entered, diary entries cannot be modified.

See Also:
Serialized Form

Constructor Summary
DiaryField()
           
 
Method Summary
 
Methods inherited from class com.bmc.arsys.api.Field
clear, clone, equals, getAssignedGroup, getAuditOption, getCreateMode, getDataType, getDefaultValue, getDisplayInstance, getFieldID, getFieldLimit, getFieldMap, getFieldOption, getFieldType, getForm, getKey, getObjectProperty, getReservedIDOK, getSetFieldOptions, hashCode, isCoreField, isCoreFieldId, isGroupField, isGroupField, isGroupList, isGroupList, isMultiAssignField, isMultiAssignField, isRoleStateMappingField, isRoleStateMappingField, isRowLevelAccessField, isRowLevelAccessField, optionSet, setAuditOption, setCreateMode, setDefaultValue, setDisplayInstance, setFieldID, setFieldLimit, setFieldMap, setFieldOption, SetFieldOptionsSet, setForm, setKey, setObjectProperty, setPermissions, setReservedIDOK, setSetFieldOptions, toString
 
Methods inherited from class com.bmc.arsys.api.ObjectBase
appendDiaryText, getChangeFlags, getDiary, getHelpText, getLastChangedBy, getLastUpdateTime, getName, getNewName, getOwner, getPermissions, setChangeFlags, setDiary, setDiary, setHelpText, setLastChangedBy, setName, setNewName, setOwner
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DiaryField

public DiaryField()

AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.