| Package | Description |
|---|---|
| org.xbup.catalog | |
| org.xbup.catalog.declaration | |
| org.xbup.io | |
| org.xbup.io.declaration | |
| org.xbup.io.remote | |
| org.xbup.types |
| Modifier and Type | Method and Description |
|---|---|
XBBlockDecl |
XBCachedCatalog.findBlockTypeByPath(java.lang.Long[] xbCatalogPath) |
XBBlockDecl |
XBCatalog.findBlockTypeByPath(java.lang.Long[] xbCatalogPath)
Returns a type of block for given XB Path.
|
XBBlockDecl |
XBECatalog.findBlockTypeByPath(java.lang.Long[] xbCatalogPath) |
XBBlockDecl |
XBRCatalog.findBlockTypeByPath(java.lang.Long[] xbCatalogPath) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBBlockDecl> |
XBCachedCatalog.getBlocks(XBCGroupSpec spec) |
java.util.List<XBBlockDecl> |
XBCatalog.getBlocks(XBCGroupSpec spec)
Returns list of binded specifications for given group specification for
processing context.
|
java.util.List<XBBlockDecl> |
XBECatalog.getBlocks(XBCGroupSpec spec) |
java.util.List<XBBlockDecl> |
XBRCatalog.getBlocks(XBCGroupSpec spec) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XBCBlockDecl
Block Type Context defined by catalog specification.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XBCPBlockDecl
XBUP Level 1 block declaration using catalog path.
|
class |
XBCPFBlockDecl
Context Group Type Specified by Format Path and group and block indexes.
|
class |
XBCSBlockDecl
Block Type Context defined by catalog specification.
|
| Modifier and Type | Method and Description |
|---|---|
XBBlockDecl |
XBCTransNode.findBlock(java.lang.Long[] path) |
XBBlockDecl |
XBCTransNode.getBlock() |
XBBlockDecl |
XBCParamDecl.getBlockDecl() |
XBBlockDecl |
XBCPContext.getBlockType(int group,
int block) |
XBBlockDecl |
XBCPFormatDecl.getBlockType(int group,
int block) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBBlockDecl> |
XBCPFGroupDecl.getBlocks() |
java.util.List<XBBlockDecl> |
XBCPGroupDecl.getBlocks() |
| Modifier and Type | Method and Description |
|---|---|
void |
XBCTransNode.addBlock(java.lang.Long[] path,
XBBlockDecl block) |
boolean |
XBCPFBlockDecl.equals(XBBlockDecl type) |
void |
XBCTransNode.setBlock(XBBlockDecl block) |
void |
XBCParamDecl.setBlockDecl(XBBlockDecl blockDecl) |
void |
XBCDeclaration.setContextBlock(XBBlockDecl block) |
| Constructor and Description |
|---|
XBCDeclaration(XBBlockDecl blockDecl) |
| Modifier and Type | Method and Description |
|---|---|
XBBlockDecl |
XBDeclBlockType.getBlockDecl()
Current declaration of block type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XBDBlockDecl
XBUP Level 1 Block Declaration using existing block definition.
|
| Modifier and Type | Method and Description |
|---|---|
XBBlockDecl |
XBContextBlockType.getBlockDecl() |
XBBlockDecl |
XBDBlockType.getBlockDecl() |
XBBlockDecl |
XBDParamDecl.getBlockDecl() |
XBBlockDecl |
XBParamDecl.getBlockDecl()
Get block declaration.
|
XBBlockDecl |
XBContext.getBlockType(int group,
int block)
Get Block Type for specification defined by IDs
|
XBBlockDecl |
XBDeclaration.getBlockType(int group,
int block)
Get Block Type for specification defined by IDs
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBBlockDecl> |
XBGroupDecl.getBlocks() |
| Modifier and Type | Method and Description |
|---|---|
XBBlockType |
XBContext.getBlockType(XBBlockDecl type)
Get BlockType for given block declaration in current context
|
void |
XBContextBlockType.setBlockDecl(XBBlockDecl blockDecl) |
void |
XBDBlockType.setBlockDecl(XBBlockDecl blockDecl) |
void |
XBDParamDecl.setBlockDecl(XBBlockDecl blockDecl) |
| Modifier and Type | Method and Description |
|---|---|
void |
XBGroupDecl.setBlocks(java.util.List<XBBlockDecl> blocks) |
| Constructor and Description |
|---|
XBContextBlockType(XBBlockDecl blockDecl,
XBContext context) |
XBDBlockType(XBBlockDecl blockDecl) |
XBDParamDecl(XBBlockDecl blockDecl)
Creates a new instance of XBDParamDecl
|
| Modifier and Type | Method and Description |
|---|---|
XBBlockDecl |
XBProcedureDef.getParameterType()
Return type of input data parameter.
|
XBBlockDecl |
XBProcedureStatus.getParameterType()
Return type of input data parameter.
|
XBBlockDecl |
XBProcedureDef.getReturnType()
Return type of output data returned as result.
|
XBBlockDecl |
XBProcedureStatus.getReturnType()
Return type of output data returned as result.
|
XBBlockDecl |
XBProcedureDef.getStatusType()
Return type of status data for reporting proper execution or exception.
|
XBBlockDecl |
XBProcedureStatus.getStatusType()
Return type of status data for reporting proper execution or exception.
|
| Modifier and Type | Method and Description |
|---|---|
XBBlockDecl |
XBArrayList.getBlockType(XBCatalog catalog) |