Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.BusinessProcessCommand
-
Packages that use BusinessProcessCommand Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
Uses of BusinessProcessCommand in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return BusinessProcessCommand Modifier and Type Method Description BusinessProcessCommand
MdClassFactory. createBusinessProcessCommand()
Returns a new object of class 'Business Process Command'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type BusinessProcessCommand Modifier and Type Method Description org.eclipse.emf.common.util.EList<BusinessProcessCommand>
BusinessProcess. getCommands()
Returns the value of the 'Commands' containment reference list. -
Uses of BusinessProcessCommand in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement BusinessProcessCommand Modifier and Type Class Description class
BusinessProcessCommandImpl
An implementation of the model object 'Business Process Command'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return BusinessProcessCommand Modifier and Type Method Description BusinessProcessCommand
MdClassFactoryImpl. createBusinessProcessCommand()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type BusinessProcessCommand Modifier and Type Method Description org.eclipse.emf.common.util.EList<BusinessProcessCommand>
BusinessProcessImpl. getCommands()
-
Uses of BusinessProcessCommand in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type BusinessProcessCommand Modifier and Type Method Description T
MdClassSwitch. caseBusinessProcessCommand(BusinessProcessCommand object)
Returns the result of interpreting the object as an instance of 'Business Process Command'.boolean
MdClassValidator. validateBusinessProcessCommand(BusinessProcessCommand businessProcessCommand, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-