Uses of Interface
com._1c.g5.v8.dt.platform.services.core.profiles.IProfile
Packages that use IProfile
Package
Description
-
Uses of IProfile in com._1c.g5.v8.dt.internal.platform.services.core.profiles
Classes in com._1c.g5.v8.dt.internal.platform.services.core.profiles that implement IProfileMethods in com._1c.g5.v8.dt.internal.platform.services.core.profiles that return IProfileModifier and TypeMethodDescriptionprotected IProfile
ProfileProvider.createProfile
(Path profilePath) Create profile for the given profile path.protected IProfile
ProfileProvider.getOrCreateProfile
(Path profilePath, boolean createIfAbsent) Get or create profile for the given profile path.ProfileProvider.getProfile
(InfobaseReference infobase, String nodeName, boolean createIfAbsent) ProfileProvider.getProfile
(Path nodePath, boolean createIfAbsent) -
Uses of IProfile in com._1c.g5.v8.dt.platform.services.core.profiles
Classes in com._1c.g5.v8.dt.platform.services.core.profiles that implement IProfileModifier and TypeClassDescriptionstatic class
Testable profile.Methods in com._1c.g5.v8.dt.platform.services.core.profiles that return IProfileModifier and TypeMethodDescriptionIProfileProvider.getProfile
(InfobaseReference infobase, String nodeName, boolean createIfAbsent) Returns profile, associated with the given infobase with the given node name.IProfileProvider.getProfile
(Path nodePath, boolean createIfAbsent) Returns profile with the given node path.Returns root profile with the given node name.