com.atlassian.crowd.manager.property
Interface PluginPropertyManager

All Known Implementing Classes:
PluginPropertyManagerGeneric

public interface PluginPropertyManager

Manages plugin properties. All properties are inserted with a "plugin." prefix.


Method Summary
 Map<String,String> findAll(String key)
           
 String getProperty(String key, String name)
           
 void removeProperty(String key, String name)
           
 void setProperty(String key, String name, String value)
           
 

Method Detail

getProperty

String getProperty(String key,
                   String name)
                   throws ObjectNotFoundException
Throws:
ObjectNotFoundException

setProperty

void setProperty(String key,
                 String name,
                 String value)

removeProperty

void removeProperty(String key,
                    String name)

findAll

Map<String,String> findAll(String key)


Copyright © 2013 Atlassian. All Rights Reserved.