Module xl.compiler
Package de.grogra.xl.compiler.xl16u
Class XL16USemanticLegacyBackendActionExecutionResult
java.lang.Object
de.grogra.xl.compiler.xl16u.XL16USemanticLegacyBackendActionExecutionResult
Read-only execution records for semantic legacy-backend attached actions.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanintintintintintbooleanbooleanreadyForSemanticLegacyBackendActionExecution(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) boolean
-
Method Details
-
getActionAttachmentResult
-
getExecutedActions
-
getSourceOwnedActions
-
getExpressionCallableActions
public List<XL16USemanticLegacyBackendActionExecutionResult.ExecutedAction> getExpressionCallableActions() -
getMetadataActions
-
getFirstExecutedAction
-
getFirstSourceOwnedAction
-
getFirstExpressionCallableAction
public XL16USemanticLegacyBackendActionExecutionResult.ExecutedAction getFirstExpressionCallableAction() -
getFirstMetadataAction
-
getExecutedActionCount
public int getExecutedActionCount() -
getExecutedActionCount
public int getExecutedActionCount(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
getSourceOwnedActionCount
public int getSourceOwnedActionCount() -
getExpressionCallableActionCount
public int getExpressionCallableActionCount() -
getMetadataActionCount
public int getMetadataActionCount() -
executedAllAttachedActions
public boolean executedAllAttachedActions() -
executedAllAttachedActions
public boolean executedAllAttachedActions(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
readyForSemanticLegacyBackendActionExecution
public boolean readyForSemanticLegacyBackendActionExecution() -
readyForSemanticLegacyBackendActionExecution
public boolean readyForSemanticLegacyBackendActionExecution(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
requiresCompatibilitySourceFallback
public boolean requiresCompatibilitySourceFallback()
-