public interface IErrorFeedbackEntry
IErrorFeedbackEntryList| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getCustomFileAttributes()
Gets a map of custom attributes which are defined on message level.
|
java.util.Map<java.lang.String,java.lang.String> |
getCustomMessageAttributes()
Gets a map of custom attributes which are defined on message level.
|
java.util.List<java.lang.Object> |
getEntry()
Gets the list of values of this feedback entry.
|
java.lang.String |
getEntryDate()
Gets the date of the error feedback entry.
|
java.lang.String |
getEntryID()
Gets the ID of the error feedback entry.
|
java.lang.String |
getFormatedDate()
Gets the formatted date of the error feedback entry.
|
java.lang.String |
getHostResource()
Gets the name of the resource containing the error.
|
org.eclipse.core.resources.IResource |
getLocalResource()
Gets the local copy of the resource containing the error.
|
org.eclipse.core.resources.IMarker |
getMarker()
Gets the
IMarker of the error feedback entry. |
java.lang.String |
getMsgFilename()
Gets the name of the compiled file which generates the error.
|
java.lang.String |
getMsgFileParentLocation()
Gets the full location of the parent of file containing the error.
|
java.lang.String |
getMsgID()
Gets the message ID of the occurred error.
|
java.lang.String |
getMsgLine()
Gets the line number in which the error occurred.
|
java.lang.String |
getMsgLocation()
Gets the full location of the compiled file which generates the error.
|
java.lang.String |
getMsgRC()
Gets the return code of the error.
|
java.lang.String |
getMsgText()
Gets the message text of the error/message.
|
EErrorFeedbackEntryType |
getType()
get the type of a error feedback entry.
|
boolean |
isSolved()
Returns whether the error has been marked as solved.
|
void |
setEntry()
set the list of entries that will be show on the error table list view
|
void |
setEntryDate(java.lang.String pEntryDate)
Sets the date of the error feedback entry.
|
void |
setEntryID(java.lang.String pID)
Sets the ID of the error feedback entry.
|
void |
setFormatedDate(java.lang.String pFormatedDate)
Sets the formatted date of the error feedback entry.
|
void |
setHostResource(java.lang.String pHostResource)
Sets the name of the resource containing the error
|
void |
setLocalResource(org.eclipse.core.resources.IResource pResource)
Sets the local copy of the source in which the error occurred.
|
void |
setMarker(org.eclipse.core.resources.IMarker pMarker)
Sets the
IMarker for this error feedback entry. |
void |
setMsgFilename(java.lang.String pMsgFilename)
Sets the name of the compiled file which generates the error.
|
void |
setMsgFileParentLocation(java.lang.String pMsgLocation)
Sets the full location of the parent of the file containing the error.
|
void |
setMsgID(java.lang.String pMsgID)
Sets the message ID.
|
void |
setMsgLine(java.lang.String pMsgLine)
Sets the line number in which the error occurred.
|
void |
setMsgLocation(java.lang.String pMsgLocation)
Sets the full location of the compiled file which generates the error.
|
void |
setMsgRC(java.lang.String pMsgRC)
Sets the return code of the entry.
|
void |
setMsgText(java.lang.String pMsgText)
Sets the message text of the entry.
|
void |
setSolved(boolean pSolved)
Returns whether the error feedback entry should be marked as solved.
|
void |
setType(EErrorFeedbackEntryType pType)
set the type of a error feedback entry.
|
java.util.List<java.lang.Object> getEntry()
java.lang.String getEntryDate()
java.lang.String getEntryID()
java.lang.String getMsgFileParentLocation()
java.lang.String getFormatedDate()
java.lang.String getHostResource()
org.eclipse.core.resources.IResource getLocalResource()
nullorg.eclipse.core.resources.IMarker getMarker()
IMarker of the error feedback entry.nulljava.lang.String getMsgLocation()
java.lang.String getMsgFilename()
java.lang.String getMsgID()
java.lang.String getMsgLine()
java.lang.String getMsgRC()
java.lang.String getMsgText()
boolean isSolved()
true whether the error was marked as solvedEErrorFeedbackEntryType getType()
java.util.Map<java.lang.String,java.lang.String> getCustomMessageAttributes()
The element 'CUSTOMATTRIBUTES' can be used in the error feed back file between the 'FILE' element or between the 'MESSAGE' element. This method returns the attributes defined in the 'CUSTOMATTRIBUTES' element between the 'MESSAGE' element. The attributes of the 'CUSTOMATTRIBUTES' element are returned as map, where the key equals the attribute identifier and the value equals the attribute value.
java.util.Map<java.lang.String,java.lang.String> getCustomFileAttributes()
The element 'CUSTOMATTRIBUTES' can be used in the error feed back file between the 'FILE' element or between the 'MESSAGE' element. This method returns the attributes defined in the 'CUSTOMATTRIBUTES' element between the 'FILE' element. The attributes of the 'CUSTOMATTRIBUTES' element are returned as map, where the key equals the attribute identifier and the value equals the attribute value.
void setEntry()
void setEntryDate(java.lang.String pEntryDate)
pEntryDate - the new datevoid setEntryID(java.lang.String pID)
pID - the new IDvoid setMsgFileParentLocation(java.lang.String pMsgLocation)
pMsgLocation - the location (MVS_PO or Folder) of the parent of the file
containing the errorvoid setFormatedDate(java.lang.String pFormatedDate)
pFormatedDate - the new formatted datevoid setHostResource(java.lang.String pHostResource)
pHostResource - the host resource namevoid setLocalResource(org.eclipse.core.resources.IResource pResource)
pResource - the new resourcevoid setMarker(org.eclipse.core.resources.IMarker pMarker)
IMarker for this error feedback entry.pMarker - the new markervoid setMsgLocation(java.lang.String pMsgLocation)
pMsgLocation - the message Locationvoid setMsgFilename(java.lang.String pMsgFilename)
pMsgFilename - name of the file which generates the error.void setMsgID(java.lang.String pMsgID)
pMsgID - the new message IDvoid setMsgLine(java.lang.String pMsgLine)
pMsgLine - the new line numbervoid setMsgRC(java.lang.String pMsgRC)
pMsgRC - the new return codevoid setMsgText(java.lang.String pMsgText)
pMsgText - the new message textvoid setSolved(boolean pSolved)
pSolved - solved flagvoid setType(EErrorFeedbackEntryType pType)
pType - the type of the error feedback entry.Copyright © 2015 Micro Focus GmbH. All rights reserved.