Module xl.compiler
Package de.grogra.xl.compiler.xl16u
Class XL16USemanticLegacyBackendEffectApplicationPayloadIndex
java.lang.Object
de.grogra.xl.compiler.xl16u.XL16USemanticLegacyBackendEffectApplicationPayloadIndex
Read-only payload index for routed semantic legacy-backend effect
applications.
-
Method Summary
Modifier and TypeMethodDescriptionintintintintgetRoute()intbooleanbooleanbooleanbooleanbooleanbooleanbooleanreadyForSemanticLegacyBackendEffectApplicationIndex(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) boolean
-
Method Details
-
getRoute
-
getIndexedApplications
public List<XL16USemanticLegacyBackendEffectApplicationResult.AppliedEffect> getIndexedApplications() -
getSourceOwnedApplications
public List<XL16USemanticLegacyBackendEffectApplicationResult.AppliedEffect> getSourceOwnedApplications() -
getExpressionCallableApplications
public List<XL16USemanticLegacyBackendEffectApplicationResult.AppliedEffect> getExpressionCallableApplications() -
getMetadataApplications
public List<XL16USemanticLegacyBackendEffectApplicationResult.AppliedEffect> getMetadataApplications() -
getFirstIndexedApplication
-
getFirstSourceOwnedApplication
public XL16USemanticLegacyBackendEffectApplicationResult.AppliedEffect getFirstSourceOwnedApplication() -
getFirstExpressionCallableApplication
public XL16USemanticLegacyBackendEffectApplicationResult.AppliedEffect getFirstExpressionCallableApplication() -
getFirstMetadataApplication
public XL16USemanticLegacyBackendEffectApplicationResult.AppliedEffect getFirstMetadataApplication() -
getIndexedApplicationCount
public int getIndexedApplicationCount() -
getIndexedApplicationCount
public int getIndexedApplicationCount(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
getSourceOwnedApplicationCount
public int getSourceOwnedApplicationCount() -
getExpressionCallableApplicationCount
public int getExpressionCallableApplicationCount() -
getMetadataApplicationCount
public int getMetadataApplicationCount() -
hasSourceOwnedApplications
public boolean hasSourceOwnedApplications() -
hasExpressionCallableApplications
public boolean hasExpressionCallableApplications() -
hasMetadataApplications
public boolean hasMetadataApplications() -
indexedAllRoutedApplications
public boolean indexedAllRoutedApplications() -
indexedAllRoutedApplications
public boolean indexedAllRoutedApplications(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
readyForSemanticLegacyBackendEffectApplicationIndex
public boolean readyForSemanticLegacyBackendEffectApplicationIndex() -
readyForSemanticLegacyBackendEffectApplicationIndex
public boolean readyForSemanticLegacyBackendEffectApplicationIndex(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
requiresCompatibilitySourceFallback
public boolean requiresCompatibilitySourceFallback()
-