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 interface
StandaloneContentPriorityItem
A representation of the model object 'Priority Item'.interface
StandaloneContentUnusedItem
A representation of the model object 'Unused Item'.interface
StandaloneContentUsedItem
A 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 class
StandaloneContentPriorityItemImpl
An implementation of the model object 'Priority Item'.class
StandaloneContentUnusedItemImpl
An implementation of the model object 'Unused Item'.class
StandaloneContentUsedItemImpl
An 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 T
StandaloneContentSwitch. caseStandaloneContentMdObjectAware(StandaloneContentMdObjectAware object)
Returns the result of interpreting the object as an instance of 'Md Object Aware'.
-