Uses of Interface
com._1c.g5.v8.dt.scc.model.StandaloneContentMdObjectAware
-
Packages that use StandaloneContentMdObjectAware Package Description com._1c.g5.v8.dt.scc com._1c.g5.v8.dt.scc.model com._1c.g5.v8.dt.scc.model.impl com._1c.g5.v8.dt.scc.model.util -
-
Uses of StandaloneContentMdObjectAware in com._1c.g5.v8.dt.scc
Methods in com._1c.g5.v8.dt.scc that return types with arguments of type StandaloneContentMdObjectAware Modifier and Type Method Description static Map<StandaloneContentMdObjectAware,Set<String>>ConfigurationStandaloneContentValidator. validate(StandaloneContent standaloneContent, Version version)Validates standalone content by project version. -
Uses of StandaloneContentMdObjectAware in com._1c.g5.v8.dt.scc.model
Subinterfaces of StandaloneContentMdObjectAware in com._1c.g5.v8.dt.scc.model Modifier and Type Interface Description interfaceStandaloneContentPriorityItemA representation of the model object 'Priority Item'.interfaceStandaloneContentUnusedItemA representation of the model object 'Unused Item'.interfaceStandaloneContentUsedItemA representation of the model object 'Used Item'. -
Uses of StandaloneContentMdObjectAware in com._1c.g5.v8.dt.scc.model.impl
Classes in com._1c.g5.v8.dt.scc.model.impl that implement StandaloneContentMdObjectAware Modifier and Type Class Description classStandaloneContentPriorityItemImplAn implementation of the model object 'Priority Item'.classStandaloneContentUnusedItemImplAn implementation of the model object 'Unused Item'.classStandaloneContentUsedItemImplAn implementation of the model object 'Used Item'. -
Uses of StandaloneContentMdObjectAware in com._1c.g5.v8.dt.scc.model.util
Methods in com._1c.g5.v8.dt.scc.model.util with parameters of type StandaloneContentMdObjectAware Modifier and Type Method Description TStandaloneContentSwitch. caseStandaloneContentMdObjectAware(StandaloneContentMdObjectAware object)Returns the result of interpreting the object as an instance of 'Md Object Aware'.
-