Uses of Interface
de.gebit.integrity.dsl.CustomOperation
-
-
Uses of CustomOperation in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return CustomOperation Modifier and Type Method Description CustomOperationDslFactory. createCustomOperation()Returns a new object of class 'Custom Operation'. -
Uses of CustomOperation in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement CustomOperation Modifier and Type Class Description classCustomOperationImplAn implementation of the model object 'Custom Operation'.Methods in de.gebit.integrity.dsl.impl that return CustomOperation Modifier and Type Method Description CustomOperationDslFactoryImpl. createCustomOperation() -
Uses of CustomOperation in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type CustomOperation Modifier and Type Method Description TDslSwitch. caseCustomOperation(CustomOperation object)Returns the result of interpreting the object as an instance of 'Custom Operation'. -
Uses of CustomOperation in de.gebit.integrity.operations.custom
Constructors in de.gebit.integrity.operations.custom with parameters of type CustomOperation Constructor Description CustomOperationWrapper(CustomOperation anOperation, com.google.inject.Injector anInjector)Creates a new wrapper instance. -
Uses of CustomOperation in de.gebit.integrity.runner.modelcheck
Methods in de.gebit.integrity.runner.modelcheck with parameters of type CustomOperation Modifier and Type Method Description voidDefaultModelChecker. check(CustomOperation aCustomOperation)voidModelChecker. check(CustomOperation aCustomOperation)Validates a custom operation.voidNullModelChecker. check(CustomOperation aCustomOperation) -
Uses of CustomOperation in de.gebit.integrity.runner.wrapper
Methods in de.gebit.integrity.runner.wrapper with parameters of type CustomOperation Modifier and Type Method Description CustomOperationWrapperDefaultWrapperFactory. newCustomOperationWrapper(CustomOperation anOperation) -
Uses of CustomOperation in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type CustomOperation Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_CustomOperation(org.eclipse.xtext.serializer.ISerializationContext context, CustomOperation semanticObject)Contexts: Operation returns CustomOperation CustomOperation returns CustomOperation ValueOrEnumValueOrOperation returns CustomOperation Constraint: ( prefixOperand=ValueOrEnumValueOrOperationCollection? definition=[OperationDefinition|QualifiedName] postfixOperand=ValueOrEnumValueOrOperationCollection? ) -
Uses of CustomOperation in de.gebit.integrity.wrapper
Methods in de.gebit.integrity.wrapper with parameters of type CustomOperation Modifier and Type Method Description CustomOperationWrapperWrapperFactory. newCustomOperationWrapper(CustomOperation anOperation)Creates a newCustomOperationWrapperfor the givenCustomOperation.
-