public class NameSpacesInformationRepository extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
NAMESPACES_INFORMATION_REPOSITORY |
Constructor and Description |
---|
NameSpacesInformationRepository() |
Modifier and Type | Method and Description |
---|---|
void |
addNameSpacesInformation(String ownerID,
String id,
NameSpacesInformation nameSpacesInformation) |
NameSpacesInformation |
getNameSpacesInformation(String ownerID,
String id) |
void |
removeAllNameSpacesInformation() |
void |
removeAllNameSpacesInformation(String ownerId) |
public static final String NAMESPACES_INFORMATION_REPOSITORY
public void addNameSpacesInformation(String ownerID, String id, NameSpacesInformation nameSpacesInformation)
public NameSpacesInformation getNameSpacesInformation(String ownerID, String id)
public void removeAllNameSpacesInformation(String ownerId)
public void removeAllNameSpacesInformation()
Copyright © 2020 WSO2. All rights reserved.