public class LogEntryPO extends PatternObject<LogEntryPO,LogEntry>
PROPERTY_ATTRCONSTRAINTS, PROPERTY_CANDIDATES, PROPERTY_CARDCONSTRAINTS, PROPERTY_CURRENTMATCH, PROPERTY_DESTROYELEM, PROPERTY_EXCLUDERS, PROPERTY_INCOMMING, PROPERTY_MATCHOTHERTHEN, PROPERTY_OUTGOINGEMPTY_SET, hasMatch, listeners, PROPERTY_DOALLMATCHES, PROPERTY_HASMATCH, PROPERTY_MODIFIER, PROPERTY_PATTERN, PROPERTY_PATTERNOBJECTNAME| Constructor and Description |
|---|
LogEntryPO() |
LogEntryPO(LogEntry... hostGraphObject) |
| Modifier and Type | Method and Description |
|---|---|
LogEntrySet |
allMatches() |
LogEntryPO |
createExecutedBy(java.lang.String value) |
LogEntryPO |
createStepName(java.lang.String value) |
TaskPO |
createTask() |
LogEntryPO |
createTask(TaskPO tgt) |
LogEntryPO |
createTimeStamp(long value) |
LogEntryPO |
filterExecutedBy(java.lang.String value) |
LogEntryPO |
filterExecutedBy(java.lang.String lower,
java.lang.String upper) |
LogEntryPO |
filterStepName(java.lang.String value) |
LogEntryPO |
filterStepName(java.lang.String lower,
java.lang.String upper) |
TaskPO |
filterTask() |
LogEntryPO |
filterTask(TaskPO tgt) |
LogEntryPO |
filterTimeStamp(long value) |
LogEntryPO |
filterTimeStamp(long lower,
long upper) |
java.lang.String |
getExecutedBy() |
java.lang.String |
getStepName() |
Task |
getTask() |
long |
getTimeStamp() |
LogEntryPO |
hasExecutedBy(java.lang.String value) |
LogEntryPO |
hasExecutedBy(java.lang.String lower,
java.lang.String upper) |
LogEntryPO |
hasStepName(java.lang.String value) |
LogEntryPO |
hasStepName(java.lang.String lower,
java.lang.String upper) |
TaskPO |
hasTask() |
LogEntryPO |
hasTask(TaskPO tgt) |
LogEntryPO |
hasTimeStamp(long value) |
LogEntryPO |
hasTimeStamp(long lower,
long upper) |
LogEntryPO |
withExecutedBy(java.lang.String value) |
LogEntryPO |
withStepName(java.lang.String value) |
LogEntryPO |
withTimeStamp(long value) |
addToAttrConstraints, addToCardConstraints, addToExcluders, addToIncomming, addToMatchOtherThen, addToOutgoing, addToPattern, createAttrConstraints, createAttrConstraintsNew, createCondition, createPath, createResultTable, destroy, doAllMatches, endCreate, endDestroy, endNAC, endSubPattern, filterAttr, findNextMatch, getAttrConstraints, getCandidates, getCardConstraints, getCurrentMatch, getDestroyElem, getExcluders, getIncomming, getLHSPatternObjectName, getMatchOtherThen, getOutgoing, has, has, hasLink, hasLinkConstraint, hasLinkConstraint, hasMatchOtherThen, instanceOf, matchAsSet, newInstance, newInstance, nextMatch, rebind, removeAllFromAttrConstraints, removeAllFromCardConstraints, removeAllFromExcluders, removeAllFromIncomming, removeAllFromMatchOtherThen, removeAllFromOutgoing, removeFromAttrConstraints, removeFromCardConstraints, removeFromExcluders, removeFromIncomming, removeFromMatchOtherThen, removeFromOutgoing, removeYou, resetSearch, setCandidates, setCurrentMatch, setDestroyElem, startCreate, startDestroy, startNAC, startSubPattern, toString, withAttrConstraints, withAttrConstraints, withCandidates, withCardConstraints, withCardConstraints, withCurrentMatch, withDestroyElem, withExcluders, withExcluders, withIncomming, withMatchOtherThen, withMatchOtherThen, withoutAttrConstraints, withoutAttrConstraints, withoutCardConstraints, withoutCardConstraints, withoutExcluders, withoutExcluders, withOutgoing, withoutIncomming, withoutMatchOtherThen, withoutMatchOtherThen, withoutOutgoingaddPropertyChangeListener, addPropertyChangeListener, createPattern, createPatternNew, dumpHostGraphObject, firePropertyChange, getDoAllMatches, getHasMatch, getModifier, getPattern, getPatternObjectName, getPropertyChangeSupport, getTopPattern, isDoAllMatches, isHasMatch, removePropertyChangeListener, removePropertyChangeListener, setDoAllMatches, setHasMatch, setModifier, setPattern, setPatternObjectName, valueSetString, withDoAllMatches, withHasMatch, withModifier, withPattern, withPatternObjectNamepublic LogEntryPO()
public LogEntryPO(LogEntry... hostGraphObject)
public LogEntrySet allMatches()
public LogEntryPO hasStepName(java.lang.String value)
public LogEntryPO hasStepName(java.lang.String lower, java.lang.String upper)
public LogEntryPO createStepName(java.lang.String value)
public java.lang.String getStepName()
public LogEntryPO withStepName(java.lang.String value)
public LogEntryPO hasExecutedBy(java.lang.String value)
public LogEntryPO hasExecutedBy(java.lang.String lower, java.lang.String upper)
public LogEntryPO createExecutedBy(java.lang.String value)
public java.lang.String getExecutedBy()
public LogEntryPO withExecutedBy(java.lang.String value)
public LogEntryPO hasTimeStamp(long value)
public LogEntryPO hasTimeStamp(long lower, long upper)
public LogEntryPO createTimeStamp(long value)
public long getTimeStamp()
public LogEntryPO withTimeStamp(long value)
public TaskPO hasTask()
public TaskPO createTask()
public LogEntryPO hasTask(TaskPO tgt)
public LogEntryPO createTask(TaskPO tgt)
public Task getTask()
public LogEntryPO filterStepName(java.lang.String value)
public LogEntryPO filterStepName(java.lang.String lower, java.lang.String upper)
public LogEntryPO filterExecutedBy(java.lang.String value)
public LogEntryPO filterExecutedBy(java.lang.String lower, java.lang.String upper)
public LogEntryPO filterTimeStamp(long value)
public LogEntryPO filterTimeStamp(long lower, long upper)
public TaskPO filterTask()
public LogEntryPO filterTask(TaskPO tgt)