com.atlassian.jira.rpc.soap.service
Interface AdminService

All Known Implementing Classes:
AdminServiceImpl

public interface AdminService


Method Summary
 RemoteConfiguration getConfiguration(com.atlassian.crowd.embedded.api.User user)
           
 RemoteField[] getCustomFields(com.atlassian.crowd.embedded.api.User user)
           
 void refreshCustomFields(com.atlassian.crowd.embedded.api.User user)
           
 

Method Detail

getCustomFields

RemoteField[] getCustomFields(com.atlassian.crowd.embedded.api.User user)
                              throws RemotePermissionException
Throws:
RemotePermissionException

refreshCustomFields

void refreshCustomFields(com.atlassian.crowd.embedded.api.User user)
                         throws RemotePermissionException
Throws:
RemotePermissionException

getConfiguration

RemoteConfiguration getConfiguration(com.atlassian.crowd.embedded.api.User user)
                                     throws RemotePermissionException
Throws:
RemotePermissionException


Copyright © 2004-2011 Atlassian. All Rights Reserved.