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 Task
TestMdObjectFactory.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 Task
TaskAdopterParticipant.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 Task
TaskAdopterParticipant.createAdoptedObject
(Task nativeObject, Version version, IAdopterContext context) protected MdObjectExtension
TaskAdopterParticipant.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 boolean
protected boolean
MdDbViewFieldDefInferrer._infer
(Task object, IEObjectProvider typeProvider) protected boolean
protected boolean
Infers Task standard commands.protected boolean
Inferers Task standard commands.protected boolean
MdFieldInferrer._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 oftypeCategory
types 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 Type
MdTypeUtil.getRefType
(Task object) static boolean
MdTypeUtil.isAttachedToBusinessProcess
(Task task) Returns true if given task is attached to any business processMdTypeUtil.newBusinessProcessDescription
(Task task) Returns a new type description for theBusinessProcess
field of theTask
.MdTypeUtil.newBusinessProcessRoutePointDescription
(Task task) Returns a new type description for theRoutePoint
field of theTask
.MdTypeUtil.newDescriptionTypeDescription
(Task object, IEObjectProvider typeProvider) Returns a new type description for thedescription
field of theTask
.MdTypeUtil.newNumberTypeDescription
(Task object, IEObjectProvider typeProvider) Returns a new type description for thenumber
field of theTask
.MdTypeUtil.newPerformerTypeDescription
(Task task) Returns a new type description for thePerformer
parameter 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'.boolean
MdClassValidator.validateTask
(Task task, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) boolean
MdClassValidator.validateTask_validate
(Task task, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) Validates the validate constraint of 'Task'.