Uses of Class
org.exoplatform.services.jcr.ext.registry.RegistryEntry
-
Packages that use RegistryEntry Package Description org.exoplatform.services.jcr.ext.registry This package defines the registry service. -
-
Uses of RegistryEntry in org.exoplatform.services.jcr.ext.registry
Methods in org.exoplatform.services.jcr.ext.registry that return RegistryEntry Modifier and Type Method Description abstract RegistryEntryRegistry. getEntry(SessionProvider sessionProvider, String entryPath)Returns the corresponding registry entry which wraps a node of type "exo:registryEntry"RegistryEntryRegistryService. getEntry(SessionProvider sessionProvider, String entryPath)Returns the corresponding registry entry which wraps a node of type "exo:registryEntry"static RegistryEntryRegistryEntry. parse(byte[] bytes)Factory method to create RegistryEntry from serialized XMLstatic RegistryEntryRegistryEntry. parse(InputStream in)Factory method to create RegistryEntry from stream XMLMethods in org.exoplatform.services.jcr.ext.registry with parameters of type RegistryEntry Modifier and Type Method Description abstract voidRegistry. createEntry(SessionProvider sessionProvider, String groupPath, RegistryEntry entry)Creates an entry in the group.voidRegistryService. createEntry(SessionProvider sessionProvider, String groupPath, RegistryEntry entry)Creates an entry in the group.abstract voidRegistry. recreateEntry(SessionProvider sessionProvider, String groupPath, RegistryEntry entry)Updates an entry in the groupvoidRegistryService. recreateEntry(SessionProvider sessionProvider, String groupPath, RegistryEntry entry)Re-creates an entry in the group.voidRegistryService. updateEntry(SessionProvider sessionProvider, String groupPath, RegistryEntry entry)Update an entry in the group.
-