com.atlassian.mywork.service
Interface RegistrationProvider


public interface RegistrationProvider

This service will provide details required for creating a Registration.


Method Summary
 java.lang.String getApplication()
          Return the application represented by this provider.
 java.lang.String getPackage()
          Returns the name of the package containing any of the following files: registration-actions.json registration-templates.soy registration.properties
 java.lang.String getPluginId()
          Returns the name of the plugin containing any of the following files: registration-actions.json registration-templates.soy registration.properties
 

Method Detail

getApplication

java.lang.String getApplication()
Return the application represented by this provider. Notifications created by this plugin should have their application field set to the same value.

Please note that this must also be the internationalisation prefix used by each i18n.

The value returned by getPackage() is usually a good application name.

Returns:
the application and i18n prefix.

getPackage

java.lang.String getPackage()
Returns the name of the package containing any of the following files:

Returns:
the name of the package containing registration data

getPluginId

java.lang.String getPluginId()
Returns the name of the plugin containing any of the following files:

Returns:
the name of the plugin containing registration data


Copyright © 2013 Atlassian. All Rights Reserved.