Package com.tibco.ep.tcs.runtime.config
Interface IDependentBlockMetaData
-
- All Superinterfaces:
IBlockMetaData
,IBlockMetaDataWithSchema
public interface IDependentBlockMetaData extends IBlockMetaDataWithSchema
An interface that describes the metadata for a TCS dependent block.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getParentBlockID()
Return the dependent block's parent block identifier.ITransformation[]
getParentConfigurationTransformations()
Return an array of transformations to produce this block's parent HOCON configuration.-
Methods inherited from interface com.tibco.ep.tcs.runtime.config.IBlockMetaDataWithSchema
getConfigurationSchema
-
-
-
-
Method Detail
-
getParentBlockID
String getParentBlockID()
Return the dependent block's parent block identifier.
- Returns:
- parent block ID
-
getParentConfigurationTransformations
ITransformation[] getParentConfigurationTransformations()
Return an array of transformations to produce this block's parent HOCON configuration.
- Returns:
- transformations for parent
-
-