public static final class NavigateCommand.KeyState extends Object
navigate command.| Modifier and Type | Method and Description |
|---|---|
NavigateCommand.SourceState |
from(long record)
Navigate from the specified
record. |
NavigateCommand.SourceState |
from(long record,
long... moreRecords)
Navigate from the specified
records. |
NavigateCommand.SourceState |
in(long record)
Alias for
from(long) to support alternate CCL dialects. |
NavigateCommand.SourceState |
in(long record,
long... moreRecords)
Alias for
from(long, long...) to support alternate CCL
dialects. |
NavigateCommand.SourceState |
where(Criteria criteria)
Navigate from records matching the
Criteria. |
NavigateCommand.SourceState |
where(String ccl)
Navigate from records matching the CCL condition.
|
NavigateCommand.SourceState |
within(long record)
Alias for
from(long) to support alternate CCL dialects. |
NavigateCommand.SourceState |
within(long record,
long... moreRecords)
Alias for
from(long, long...) to support alternate CCL
dialects. |
public NavigateCommand.SourceState from(long record)
record.record - the target recordpublic NavigateCommand.SourceState from(long record, long... moreRecords)
records.record - the first recordmoreRecords - additional recordspublic NavigateCommand.SourceState in(long record)
from(long) to support alternate CCL dialects.record - the target recordpublic NavigateCommand.SourceState in(long record, long... moreRecords)
from(long, long...) to support alternate CCL
dialects.record - the first recordmoreRecords - additional recordspublic NavigateCommand.SourceState within(long record)
from(long) to support alternate CCL dialects.record - the target recordpublic NavigateCommand.SourceState within(long record, long... moreRecords)
from(long, long...) to support alternate CCL
dialects.record - the first recordmoreRecords - additional recordspublic NavigateCommand.SourceState where(Criteria criteria)
Criteria.criteria - the Criteriapublic NavigateCommand.SourceState where(String ccl)
ccl - the CCL condition string