Uses of Annotation Interface
com._1c.g5.v8.dt.validation.legacy.LegacyCheck
Packages that use LegacyCheck
Package
Description
-
Uses of LegacyCheck in com._1c.g5.v8.dt.bp.scheme.validation
Methods in com._1c.g5.v8.dt.bp.scheme.validation with annotations of type LegacyCheckModifier and TypeMethodDescriptionvoid
GraphicalSchemeValidator.checkConditionOutgoingLines
(GraphicalScheme scheme) Deprecated.Checks condition points outgoing lines.void
GraphicalSchemeValidator.checkForAddressingAttributesValuesExistance
(GraphicalScheme scheme) Deprecated.Checks if "Action" elements addressing attributes values exist.void
GraphicalSchemeValidator.checkForConditionEventHandler
(EventHandler eventHandler) Deprecated.Checks if condition point have event handler.void
GraphicalSchemeValidator.checkForCycles
(GraphicalScheme scheme) Deprecated.Checks if scheme contains cycles which does not contain one of "Activity", "Sub Bp" or "Processing".void
GraphicalSchemeValidator.checkForJoinIncomingConnectionsCount
(GraphicalScheme scheme) Deprecated.Checks for join point incoming connections count.void
GraphicalSchemeValidator.checkForLineTargetExistence
(GraphicalSchemeItem item) Deprecated.Checks if line connected to target.void
GraphicalSchemeValidator.checkForPathToCompletion
(GraphicalScheme scheme) Deprecated.Checks if there is path to completion point on scheme.void
GraphicalSchemeValidator.checkForPointConnectionToCompletion
(GraphicalScheme scheme) Deprecated.Checks if scheme point connected to completion.void
GraphicalSchemeValidator.checkForPointIncomingLineExistence
(GraphicalScheme scheme) Deprecated.Checks if scheme points has incoming line (except start point and decoration point).void
GraphicalSchemeValidator.checkForSeveralSplitOutgoingToOnePoint
(GraphicalScheme scheme) Deprecated.Check for split point outgoing connections targets.void
GraphicalSchemeValidator.checkForSplitOutgoingConnectionsCount
(GraphicalScheme scheme) Deprecated.Checks for split points ougoing connections count.void
GraphicalSchemeValidator.checkForStartPointExistence
(GraphicalScheme scheme) Deprecated.Checks if there is start point on scheme.void
GraphicalSchemeValidator.checkForSwitchEventHandler
(EventHandler eventHandler) Deprecated.Checks if switch point have event handler.void
GraphicalSchemeValidator.checkHandlerForExistance
(EventHandler eventHandler) Deprecated.Checks if event handler exists in business process object module.void
GraphicalSchemeValidator.checkIncomingToJoinConnections
(GraphicalScheme scheme) Deprecated.Checks for incoming to join point connections.void
GraphicalSchemeValidator.checkSplitToJoinConnections
(GraphicalScheme scheme) Deprecated.Checks split points outgoing connections.void
GraphicalSchemeValidator.checkSubBpPoints
(GraphicalSchemeItem item) Deprecated.Checks if sub busines process point have sub process or needed event handlers.void
GraphicalSchemeValidator.checkSwitchItem
(GraphicalSchemeItem item) Deprecated.Checks switch points for case count.void
GraphicalSchemeValidator.checkSwitchOutgoingLines
(GraphicalScheme scheme) Deprecated.Checks switch point outgoing lines. -
Uses of LegacyCheck in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation with annotations of type LegacyCheckModifier and TypeMethodDescriptionvoid
BslJavaValidator.checkAsyncMethod
(Method method) Deprecated.void
BslJavaValidator.checkAwaitExpression
(AwaitExpression expr) Deprecated.void
BslJavaValidator.checkBreakStatement
(BreakStatement stmt) Deprecated.void
BslJavaValidator.checkContinueStatement
(ContinueStatement stmt) Deprecated.void
BslJavaValidator.checkDateLiteral
(DateLiteral date) Deprecated.void
BslJavaValidator.checkDeprecatedMethod
(StaticFeatureAccess acc) Deprecated.void
BslJavaValidator.checkDynamicFeatureAccess
(DynamicFeatureAccess feature) Deprecated.void
BslJavaValidator.checkDynamicFeatureAccessForUnknownLeftPart
(DynamicFeatureAccess feature) Deprecated.void
BslJavaValidator.checkEventHandlerStatement
(EventHandlerStatement stmt) Deprecated.void
BslJavaValidator.checkExecuteStatement
(ExecuteStatement expr) Deprecated.void
BslJavaValidator.checkExpressionType
(Statement stat) Deprecated.void
BslJavaValidator.checkForEachStatetementCollection
(ForEachStatement statement) Deprecated.void
BslJavaValidator.checkFormAttributeProperatyAssign
(SimpleStatement statement) Deprecated.void
BslJavaValidator.checkGotoStatement
(GotoStatement stmt) Deprecated.void
BslJavaValidator.checkIfPreprocessorPartEnvironments
(IfPreprocessor preprocessor) Deprecated.void
BslJavaValidator.checkIsAppropriateCtor
(OperatorStyleCreator creator) Deprecated.void
BslJavaValidator.checkLabelNamesAreUnique
(Block block) Deprecated.void
BslJavaValidator.checkLibraryModule
(Module module) Deprecated.void
BslJavaValidator.checkLocalVariablesNotExported
(Method method) Deprecated.void
BslJavaValidator.checkMethodAnnotations
(Method method) Deprecated.void
BslJavaValidator.checkMethodEnvironmentsForEmty
(Method method) Deprecated.void
BslJavaValidator.checkMethodForStatementsAfterReturn
(Method method) Deprecated.void
BslJavaValidator.checkMethodNamesAreUnique
(Module module) Deprecated.void
BslJavaValidator.checkMobileStandaloneServerAvailability
(PreprocessorLiteralExpression literalExpression) Deprecated.void
BslJavaValidator.checkModuleExtension
(Module module) Deprecated.void
BslJavaValidator.checkNumberLiteralExpression
(NumberLiteral literal) Deprecated.void
BslJavaValidator.checkPragma
(Pragma pragma) Deprecated.void
BslJavaValidator.checkPragmaForUnusedMethod
(Pragma pragma) Deprecated.void
BslJavaValidator.checkPreprocessorsLines
(Preprocessor preprocessor) Deprecated.void
BslJavaValidator.checkRaiseStatement
(RaiseStatement stmt) Deprecated.void
BslJavaValidator.checkRegionPreprocessor
(RegionPreprocessor preprocessor) Deprecated.void
BslJavaValidator.checkReturningTypeForEnvironment
(SimpleStatement statement) Deprecated.void
BslJavaValidator.checkReturnStatement
(ReturnStatement stmt) Deprecated.void
BslJavaValidator.checkSimpleStatement
(SimpleStatement statement) Deprecated.void
BslJavaValidator.checkStaticFeatureAccess
(StaticFeatureAccess acc) Deprecated.void
BslJavaValidator.checkStaticFeatureAccessForUnknownLeftPart
(StaticFeatureAccess feature) Deprecated.void
BslJavaValidator.checkStringLiteral
(StringLiteral literal) Deprecated.void
BslJavaValidator.checkTheSameGlobalElementNameForModuleVariable
(Block block) Deprecated.void
BslJavaValidator.checkTypeEnvironments
(OperatorStyleCreator creator) Deprecated.void
BslJavaValidator.checkTypeInOperatorNew
(OperatorStyleCreator creator) Deprecated.void
BslJavaValidator.checkVariableNamesAreUnique
(Method method) Deprecated.void
BslJavaValidator.checkVariableNamesAreUnique
(Module module) Deprecated.void
BslJavaValidator.validateOrderOfMethodPart
(Method method) Deprecated.void
BslJavaValidator.validateOrderOfModulePart
(Module module) Deprecated. -
Uses of LegacyCheck in com._1c.g5.v8.dt.form.validation
Methods in com._1c.g5.v8.dt.form.validation with annotations of type LegacyCheckModifier and TypeMethodDescriptionvoid
FormValidator.checkCommandHandler
(CommandHandler commandHandler) Deprecated.void
FormValidator.checkEventHandler
(EventHandler eventHandler) Deprecated.void
FormValidator.checkTypeDescriptionTypes
(TypeDescription typeDesc) Deprecated. -
Uses of LegacyCheck in com._1c.g5.v8.dt.internal.md.extension.validation
Methods in com._1c.g5.v8.dt.internal.md.extension.validation with annotations of type LegacyCheckModifier and TypeMethodDescriptionvoid
MdExtensionValidator.checkAdoptedMdObjectPropertiesMatching
(MdObject mdObject) Deprecated.void
MdExtensionValidator.checkAdoptedMdObjectSourceExists
(MdObject mdObject) Deprecated.void
MdExtensionValidator.checkCommonModule
(CommonModule commonModule) Deprecated.void
MdExtensionValidator.checkConfiguration
(Configuration configuration) Deprecated.void
MdExtensionValidator.checkExtendedConfigurationObject
(MdObject mdObject) Deprecated. -
Uses of LegacyCheck in com._1c.g5.v8.dt.md.validation
Methods in com._1c.g5.v8.dt.md.validation with annotations of type LegacyCheckModifier and TypeMethodDescriptionvoid
MdValidator.checkChoiceParameterLink
(ChoiceParameterLink choiceParameterLink) Deprecated.void
MdValidator.checkCommomModuleName
(CommonModule commonModule) Deprecated.void
MdValidator.checkCommomPictureUniqueName
(CommonPicture commonPicture) Deprecated.void
MdValidator.checkDimensionType
(Dimension dimension) Deprecated.void
MdValidator.checkEventSubscriptionHandler
(EventSubscription eventSubscription) Deprecated.void
MdValidator.checkMissingAssignments
(MdObject mdObject) Deprecated.void
MdValidator.checkNameInDataSource
(Cube cube) Deprecated.void
MdValidator.checkNameInDataSource
(DimensionTable table) Deprecated.void
MdValidator.checkNameInDataSource
(Field field) Deprecated.void
MdValidator.checkNameInDataSource
(Resource resource) Deprecated.void
MdValidator.checkNameInDataSource
(Table table) Deprecated.void
MdValidator.checkScheduledJobMethod
(ScheduledJob scheduledJob) Deprecated.void
MdValidator.checkSequenceDimension
(SequenceDimension sequenceDimension) Deprecated.void
MdValidator.checkStyleItemUniqName
(StyleItem styleItem) Deprecated.void
MdValidator.checkSubsystem
(Subsystem subsystem) Deprecated.void
MdValidator.checkTable
(Table table) Deprecated.void
MdValidator.checkTypeDescriptionTypes
(TypeDescription typeDesc) Deprecated.void
MdValidator.checkUniqueMdObjectName
(MdObject parentMdObject) Deprecated.void
MdValidator.checkWSReference
(WSReference wsRef) Deprecated.