| Modifier and Type | Interface and Description |
|---|---|
interface |
XBCBlockRev |
interface |
XBCFormatRev |
interface |
XBCGroupRev |
| Modifier and Type | Method and Description |
|---|---|
XBCRev |
XBCConsDef.getTarget()
Get target specification
|
XBCRev |
XBCJoinDef.getTarget()
Get target specification
|
XBCRev |
XBCSpecDef.getTarget()
Get target specification
|
| Modifier and Type | Class and Description |
|---|---|
class |
XBEBlockRev
XBUP Level 1 Block Revision Entity
|
class |
XBEFormatRev
XBUP Level 1 Catalog Format Revision Entity
|
class |
XBEGroupRev
XBUP Level 1 Catalog Group Revision Entity
|
class |
XBERev
XBUP Level 1 Catalog Revision Entity
|
| Modifier and Type | Method and Description |
|---|---|
XBCRev |
XBESpecDef.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCRev> |
XBERevManager.getRevs(XBCSpec spec) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCRev> |
XBERevService.getRevs(XBCSpec spec) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XBCRevManager<T extends XBCRev>
Interface for XBCRev catalog manager.
|
| Modifier and Type | Method and Description |
|---|---|
XBCRev |
XBCRevManager.findRevById(long id)
Get Revision of given index
|
XBCRev |
XBCRevManager.findRevByXB(XBCSpec spec,
long xbIndex)
Get Bind of given index
|
XBCRev |
XBCRevManager.getRev(XBCSpec spec,
long index)
Get Bind of given index
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCRev> |
XBCRevManager.getRevs(XBCSpec spec)
Get list of all binds
|
| Modifier and Type | Class and Description |
|---|---|
class |
XBRBlockRev |
class |
XBRFormatRev |
class |
XBRGroupRev |
class |
XBRRev |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCRev> |
XBRRevManager.getRevs(XBCSpec spec) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCRev> |
XBRRevService.getRevs(XBCSpec spec) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XBCRevService<T extends XBCRev>
Interface for XBCRev items service.
|
| Modifier and Type | Method and Description |
|---|---|
XBCRev |
XBCRevService.findRevById(long id)
Get Revision of given index
|
XBCRev |
XBCRevService.findRevByXB(XBCSpec spec,
long xbIndex)
Get Bind of given index
|
XBCRev |
XBCRevService.getRev(XBCSpec spec,
long index)
Get Bind of given index
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCRev> |
XBCRevService.getRevs(XBCSpec spec)
Get list of all binds
|