Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Task
Packages that use Task
Package
Description
-
Uses of Task in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return TaskModifier and TypeMethodDescriptionstatic TaskTestMdObjectFactory.createTask(String name) Creates Task with name -
Uses of Task in com._1c.g5.v8.dt.internal.md.extension._import.xml.model
Methods in com._1c.g5.v8.dt.internal.md.extension._import.xml.model that return TaskModifier and TypeMethodDescriptionAdoptedTaskInitializer.create(IV8Project v8project, Version version) -
Uses of Task in com._1c.g5.v8.dt.internal.md.extension.adopt.participants
Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants that return TaskModifier and TypeMethodDescriptionprotected TaskTaskAdopterParticipant.createAdoptedObject(Task nativeObject, Version version, IAdopterContext context) Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type TaskModifier and TypeMethodDescriptionprotected TaskTaskAdopterParticipant.createAdoptedObject(Task nativeObject, Version version, IAdopterContext context) protected MdObjectExtensionTaskAdopterParticipant.createExtension(Task nativeObject) -
Uses of Task in com._1c.g5.v8.dt.internal.md.ui.editors.task
Constructors in com._1c.g5.v8.dt.internal.md.ui.editors.task with parameters of type Task -
Uses of Task in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return TaskMethods in com._1c.g5.v8.dt.md.model with parameters of type Task -
Uses of Task in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type TaskModifier and TypeMethodDescriptionprotected booleanprotected booleanMdDbViewFieldDefInferrer._infer(Task object, IEObjectProvider typeProvider) protected booleanprotected booleanInfers Task standard commands.protected booleanInferers Task standard commands.protected booleanMdFieldInferrer._inferFrom(Task object, IEObjectProvider typeProvider, CompatibilityMode compatibilityMode) static Collection<String>MdTypeUtil.getBpNamesWithTask(Task task) Returns list of business process names which referenced to given task.MdTypeUtil.getBpTypesByCategory(Task task, String typeCategory) Returns list oftypeCategorytypes to business processes which has link to givenTask.DerivedStateComputerUtil.getBusinessProcessTypeItems(Task task) Gets types (type items) of a business process which serves a provided taskstatic TypeMdTypeUtil.getRefType(Task object) static booleanMdTypeUtil.isAttachedToBusinessProcess(Task task) Returns true if given task is attached to any business processMdTypeUtil.newBusinessProcessDescription(Task task) Returns a new type description for theBusinessProcessfield of theTask.MdTypeUtil.newBusinessProcessRoutePointDescription(Task task) Returns a new type description for theRoutePointfield of theTask.MdTypeUtil.newDescriptionTypeDescription(Task object, IEObjectProvider typeProvider) Returns a new type description for thedescriptionfield of theTask.MdTypeUtil.newNumberTypeDescription(Task object, IEObjectProvider typeProvider) Returns a new type description for thenumberfield of theTask.MdTypeUtil.newPerformerTypeDescription(Task task) Returns a new type description for thePerformerparameter of theTask.TaskByPerformer. -
Uses of Task in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return TaskModifier and TypeMethodDescriptionMdClassFactory.createTask()Returns a new object of class 'Task'.BusinessProcess.getTask()Returns the value of the 'Task' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type TaskModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Task>Configuration.getTasks()Returns the value of the 'Tasks' reference list.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type Task -
Uses of Task in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement TaskMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return TaskMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type TaskModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Task>ConfigurationImpl.getTasks()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type Task -
Uses of Task in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type TaskModifier and TypeMethodDescriptionReturns the result of interpreting the object as an instance of 'Task'.booleanMdClassValidator.validateTask(Task task, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) booleanMdClassValidator.validateTask_validate(Task task, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) Validates the validate constraint of 'Task'.