org.wso2.carbon.appfactory.application.mgt.service
Class ApplicationManagementServiceStub

java.lang.Object
  extended by org.apache.axis2.client.Stub
      extended by org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceStub
All Implemented Interfaces:
ApplicationManagementService

public class ApplicationManagementServiceStub
extends org.apache.axis2.client.Stub
implements ApplicationManagementService


Field Summary
protected  org.apache.axis2.description.AxisOperation[] _operations
           
 
Fields inherited from class org.apache.axis2.client.Stub
_service, _serviceClient, modules
 
Constructor Summary
ApplicationManagementServiceStub()
          Default Constructor
ApplicationManagementServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
          Default Constructor
ApplicationManagementServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)
          Constructor that takes in a configContext
ApplicationManagementServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener)
          Constructor that takes in a configContext and useseperate listner
ApplicationManagementServiceStub(String targetEndpoint)
          Constructor taking the target endpoint
 
Method Summary
 boolean addUserToApplication(String domainName277, String applicationId278, String userName279, String[] roles280)
          Auto generated method signature
 boolean checkSystemStatus(String applicationSystemId253)
          Auto generated method signature
 void createApplication(String applicationName320, String applicationKey321, String applicationDescription322, String applicationType323, String repositoryType324, String userName325)
          Auto generated method signature
 boolean createDefaultRoles(String domainName257, String applicationId258, String appOwner259)
          Auto generated method signature
 String[] getAllApplications(String domainName332, String userName333)
          Auto generated method signature
 String[] getAllCreatedApplications()
          Auto generated method signature
 Artifact[] getAllVersionsOfApplication(String applicationId230)
          Auto generated method signature
 UserApplications[] getApplicationsOfUser(String roleName300)
          Auto generated method signature
 ApplicationInfoBean getBasicApplicationInfo(String domainName272, String applicationKey273)
          Auto generated method signature
 String getFullyQualifiedDbUsername(String username315, String applicationKey316)
          Auto generated method signature
 String[] getRolesOfUserPerApplication(String appId337, String userName338)
          Auto generated method signature
 String getStage(String applicationId225, String version226)
          Auto generated method signature
 UserInfoBean[] getUserInfo(String applicationId328)
          Auto generated method signature
 UserInfoBean getUserInfoBean(String userName268)
          Auto generated method signature
 UserRoleCount[] getUserListOfRole(String roleName203)
          Auto generated method signature
 String[] getUsersOfApplication(String applicationId243)
          Auto generated method signature
 boolean isApplicationIdAvailable(String applicationKey239)
          Auto generated method signature
 void publishApplicationAutoDeploymentChange(String domainName304, String applicationId305, String previousVersion306, String nextVersion307, String versionStage308)
          Auto generated method signature
 void publishApplicationCreation(String domainName297, String applicationId298)
          Auto generated method signature
 void publishApplicationVersionCreation(String domainName234, String applicationId235, String sourceVersion236, String targetVersion237)
          Auto generated method signature
 void publishSetApplicationAutoBuild(String applicationId263, String stage264, String version265, boolean isAutoBuildable266)
          Auto generated method signature
 void publishSetApplicationAutoDeploy(String applicationId310, String stage311, String version312, boolean isAutoDeployable313)
          Auto generated method signature
 boolean removeUserFromApplication(String domainName247, String applicationId248, String userName249)
          Auto generated method signature
 boolean revokeApplication(String domainName284, String applicationId285)
          Auto generated method signature
 boolean sendMail(String domainName210, String applicationId211, String userName212, String[] roles213, String config214)
          Auto generated method signature
 void startaddUserToApplication(String domainName277, String applicationId278, String userName279, String[] roles280, ApplicationManagementServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startcheckSystemStatus(String applicationSystemId253, ApplicationManagementServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startcreateApplication(String applicationName320, String applicationKey321, String applicationDescription322, String applicationType323, String repositoryType324, String userName325, ApplicationManagementServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startcreateDefaultRoles(String domainName257, String applicationId258, String appOwner259, ApplicationManagementServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetAllApplications(String domainName332, String userName333, ApplicationManagementServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetAllCreatedApplications(ApplicationManagementServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetAllVersionsOfApplication(String applicationId230, ApplicationManagementServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetApplicationsOfUser(String roleName300, ApplicationManagementServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetBasicApplicationInfo(String domainName272, String applicationKey273, ApplicationManagementServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetFullyQualifiedDbUsername(String username315, String applicationKey316, ApplicationManagementServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetRolesOfUserPerApplication(String appId337, String userName338, ApplicationManagementServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetStage(String applicationId225, String version226, ApplicationManagementServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetUserInfo(String applicationId328, ApplicationManagementServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetUserInfoBean(String userName268, ApplicationManagementServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetUserListOfRole(String roleName203, ApplicationManagementServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetUsersOfApplication(String applicationId243, ApplicationManagementServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startisApplicationIdAvailable(String applicationKey239, ApplicationManagementServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startremoveUserFromApplication(String domainName247, String applicationId248, String userName249, ApplicationManagementServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startrevokeApplication(String domainName284, String applicationId285, ApplicationManagementServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startsendMail(String domainName210, String applicationId211, String userName212, String[] roles213, String config214, ApplicationManagementServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startupdateRolesOfUserForApplication(String applicationId218, String userName219, String[] rolesToDelete220, String[] newRoles221, ApplicationManagementServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startupdateUserOfApplication(String domainName289, String applicationId290, String userName291, String[] rolesToDelete292, String[] rolesToAdd293, ApplicationManagementServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 boolean updateRolesOfUserForApplication(String applicationId218, String userName219, String[] rolesToDelete220, String[] newRoles221)
          Auto generated method signature
 boolean updateUserOfApplication(String domainName289, String applicationId290, String userName291, String[] rolesToDelete292, String[] rolesToAdd293)
          Auto generated method signature
 
Methods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_operations

protected org.apache.axis2.description.AxisOperation[] _operations
Constructor Detail

ApplicationManagementServiceStub

public ApplicationManagementServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
                                        String targetEndpoint)
                                 throws org.apache.axis2.AxisFault
Constructor that takes in a configContext

Throws:
org.apache.axis2.AxisFault

ApplicationManagementServiceStub

public ApplicationManagementServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
                                        String targetEndpoint,
                                        boolean useSeparateListener)
                                 throws org.apache.axis2.AxisFault
Constructor that takes in a configContext and useseperate listner

Throws:
org.apache.axis2.AxisFault

ApplicationManagementServiceStub

public ApplicationManagementServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
                                 throws org.apache.axis2.AxisFault
Default Constructor

Throws:
org.apache.axis2.AxisFault

ApplicationManagementServiceStub

public ApplicationManagementServiceStub()
                                 throws org.apache.axis2.AxisFault
Default Constructor

Throws:
org.apache.axis2.AxisFault

ApplicationManagementServiceStub

public ApplicationManagementServiceStub(String targetEndpoint)
                                 throws org.apache.axis2.AxisFault
Constructor taking the target endpoint

Throws:
org.apache.axis2.AxisFault
Method Detail

getUserListOfRole

public UserRoleCount[] getUserListOfRole(String roleName203)
                                  throws RemoteException,
                                         ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
getUserListOfRole in interface ApplicationManagementService
Parameters:
getUserListOfRole202 -
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException
See Also:
ApplicationManagementService.getUserListOfRole(java.lang.String)

startgetUserListOfRole

public void startgetUserListOfRole(String roleName203,
                                   ApplicationManagementServiceCallbackHandler callback)
                            throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startgetUserListOfRole in interface ApplicationManagementService
Parameters:
getUserListOfRole202 -
Throws:
RemoteException
See Also:
ApplicationManagementService.startgetUserListOfRole(java.lang.String, org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceCallbackHandler)

getAllCreatedApplications

public String[] getAllCreatedApplications()
                                   throws RemoteException,
                                          ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
getAllCreatedApplications in interface ApplicationManagementService
Parameters:
getAllCreatedApplications206 -
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException
See Also:
ApplicationManagementService.getAllCreatedApplications()

startgetAllCreatedApplications

public void startgetAllCreatedApplications(ApplicationManagementServiceCallbackHandler callback)
                                    throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startgetAllCreatedApplications in interface ApplicationManagementService
Parameters:
getAllCreatedApplications206 -
Throws:
RemoteException
See Also:
ApplicationManagementService.startgetAllCreatedApplications(org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceCallbackHandler)

sendMail

public boolean sendMail(String domainName210,
                        String applicationId211,
                        String userName212,
                        String[] roles213,
                        String config214)
                 throws RemoteException,
                        ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
sendMail in interface ApplicationManagementService
Parameters:
sendMail209 -
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException
See Also:
ApplicationManagementService.sendMail(java.lang.String, java.lang.String, java.lang.String, java.lang.String[], java.lang.String)

startsendMail

public void startsendMail(String domainName210,
                          String applicationId211,
                          String userName212,
                          String[] roles213,
                          String config214,
                          ApplicationManagementServiceCallbackHandler callback)
                   throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startsendMail in interface ApplicationManagementService
Parameters:
sendMail209 -
Throws:
RemoteException
See Also:
ApplicationManagementService.startsendMail(java.lang.String, java.lang.String, java.lang.String, java.lang.String[], java.lang.String, org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceCallbackHandler)

updateRolesOfUserForApplication

public boolean updateRolesOfUserForApplication(String applicationId218,
                                               String userName219,
                                               String[] rolesToDelete220,
                                               String[] newRoles221)
                                        throws RemoteException,
                                               ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
updateRolesOfUserForApplication in interface ApplicationManagementService
Parameters:
updateRolesOfUserForApplication217 -
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException
See Also:
ApplicationManagementService.updateRolesOfUserForApplication(java.lang.String, java.lang.String, java.lang.String[], java.lang.String[])

startupdateRolesOfUserForApplication

public void startupdateRolesOfUserForApplication(String applicationId218,
                                                 String userName219,
                                                 String[] rolesToDelete220,
                                                 String[] newRoles221,
                                                 ApplicationManagementServiceCallbackHandler callback)
                                          throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startupdateRolesOfUserForApplication in interface ApplicationManagementService
Parameters:
updateRolesOfUserForApplication217 -
Throws:
RemoteException
See Also:
ApplicationManagementService.startupdateRolesOfUserForApplication(java.lang.String, java.lang.String, java.lang.String[], java.lang.String[], org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceCallbackHandler)

getStage

public String getStage(String applicationId225,
                       String version226)
                throws RemoteException,
                       ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
getStage in interface ApplicationManagementService
Parameters:
getStage224 -
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException
See Also:
ApplicationManagementService.getStage(java.lang.String, java.lang.String)

startgetStage

public void startgetStage(String applicationId225,
                          String version226,
                          ApplicationManagementServiceCallbackHandler callback)
                   throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startgetStage in interface ApplicationManagementService
Parameters:
getStage224 -
Throws:
RemoteException
See Also:
ApplicationManagementService.startgetStage(java.lang.String, java.lang.String, org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceCallbackHandler)

getAllVersionsOfApplication

public Artifact[] getAllVersionsOfApplication(String applicationId230)
                                       throws RemoteException,
                                              ApplicationManagementServiceAppFactoryExceptionException
Auto generated method signature

Specified by:
getAllVersionsOfApplication in interface ApplicationManagementService
Parameters:
getAllVersionsOfApplication229 -
Throws:
ApplicationManagementServiceAppFactoryExceptionException - :
RemoteException
See Also:
ApplicationManagementService.getAllVersionsOfApplication(java.lang.String)

startgetAllVersionsOfApplication

public void startgetAllVersionsOfApplication(String applicationId230,
                                             ApplicationManagementServiceCallbackHandler callback)
                                      throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startgetAllVersionsOfApplication in interface ApplicationManagementService
Parameters:
getAllVersionsOfApplication229 -
Throws:
RemoteException
See Also:
ApplicationManagementService.startgetAllVersionsOfApplication(java.lang.String, org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceCallbackHandler)

publishApplicationVersionCreation

public void publishApplicationVersionCreation(String domainName234,
                                              String applicationId235,
                                              String sourceVersion236,
                                              String targetVersion237)
                                       throws RemoteException,
                                              ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
publishApplicationVersionCreation in interface ApplicationManagementService
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException

isApplicationIdAvailable

public boolean isApplicationIdAvailable(String applicationKey239)
                                 throws RemoteException,
                                        ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
isApplicationIdAvailable in interface ApplicationManagementService
Parameters:
isApplicationIdAvailable238 -
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException
See Also:
ApplicationManagementService.isApplicationIdAvailable(java.lang.String)

startisApplicationIdAvailable

public void startisApplicationIdAvailable(String applicationKey239,
                                          ApplicationManagementServiceCallbackHandler callback)
                                   throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startisApplicationIdAvailable in interface ApplicationManagementService
Parameters:
isApplicationIdAvailable238 -
Throws:
RemoteException
See Also:
ApplicationManagementService.startisApplicationIdAvailable(java.lang.String, org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceCallbackHandler)

getUsersOfApplication

public String[] getUsersOfApplication(String applicationId243)
                               throws RemoteException,
                                      ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
getUsersOfApplication in interface ApplicationManagementService
Parameters:
getUsersOfApplication242 -
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException
See Also:
ApplicationManagementService.getUsersOfApplication(java.lang.String)

startgetUsersOfApplication

public void startgetUsersOfApplication(String applicationId243,
                                       ApplicationManagementServiceCallbackHandler callback)
                                throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startgetUsersOfApplication in interface ApplicationManagementService
Parameters:
getUsersOfApplication242 -
Throws:
RemoteException
See Also:
ApplicationManagementService.startgetUsersOfApplication(java.lang.String, org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceCallbackHandler)

removeUserFromApplication

public boolean removeUserFromApplication(String domainName247,
                                         String applicationId248,
                                         String userName249)
                                  throws RemoteException,
                                         ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
removeUserFromApplication in interface ApplicationManagementService
Parameters:
removeUserFromApplication246 -
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException
See Also:
ApplicationManagementService.removeUserFromApplication(java.lang.String, java.lang.String, java.lang.String)

startremoveUserFromApplication

public void startremoveUserFromApplication(String domainName247,
                                           String applicationId248,
                                           String userName249,
                                           ApplicationManagementServiceCallbackHandler callback)
                                    throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startremoveUserFromApplication in interface ApplicationManagementService
Parameters:
removeUserFromApplication246 -
Throws:
RemoteException
See Also:
ApplicationManagementService.startremoveUserFromApplication(java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceCallbackHandler)

checkSystemStatus

public boolean checkSystemStatus(String applicationSystemId253)
                          throws RemoteException,
                                 ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
checkSystemStatus in interface ApplicationManagementService
Parameters:
checkSystemStatus252 -
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException
See Also:
ApplicationManagementService.checkSystemStatus(java.lang.String)

startcheckSystemStatus

public void startcheckSystemStatus(String applicationSystemId253,
                                   ApplicationManagementServiceCallbackHandler callback)
                            throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startcheckSystemStatus in interface ApplicationManagementService
Parameters:
checkSystemStatus252 -
Throws:
RemoteException
See Also:
ApplicationManagementService.startcheckSystemStatus(java.lang.String, org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceCallbackHandler)

createDefaultRoles

public boolean createDefaultRoles(String domainName257,
                                  String applicationId258,
                                  String appOwner259)
                           throws RemoteException,
                                  ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
createDefaultRoles in interface ApplicationManagementService
Parameters:
createDefaultRoles256 -
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException
See Also:
ApplicationManagementService.createDefaultRoles(java.lang.String, java.lang.String, java.lang.String)

startcreateDefaultRoles

public void startcreateDefaultRoles(String domainName257,
                                    String applicationId258,
                                    String appOwner259,
                                    ApplicationManagementServiceCallbackHandler callback)
                             throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startcreateDefaultRoles in interface ApplicationManagementService
Parameters:
createDefaultRoles256 -
Throws:
RemoteException
See Also:
ApplicationManagementService.startcreateDefaultRoles(java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceCallbackHandler)

publishSetApplicationAutoBuild

public void publishSetApplicationAutoBuild(String applicationId263,
                                           String stage264,
                                           String version265,
                                           boolean isAutoBuildable266)
                                    throws RemoteException,
                                           ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
publishSetApplicationAutoBuild in interface ApplicationManagementService
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException

getUserInfoBean

public UserInfoBean getUserInfoBean(String userName268)
                             throws RemoteException,
                                    ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
getUserInfoBean in interface ApplicationManagementService
Parameters:
getUserInfoBean267 -
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException
See Also:
ApplicationManagementService.getUserInfoBean(java.lang.String)

startgetUserInfoBean

public void startgetUserInfoBean(String userName268,
                                 ApplicationManagementServiceCallbackHandler callback)
                          throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startgetUserInfoBean in interface ApplicationManagementService
Parameters:
getUserInfoBean267 -
Throws:
RemoteException
See Also:
ApplicationManagementService.startgetUserInfoBean(java.lang.String, org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceCallbackHandler)

getBasicApplicationInfo

public ApplicationInfoBean getBasicApplicationInfo(String domainName272,
                                                   String applicationKey273)
                                            throws RemoteException,
                                                   ApplicationManagementServiceAppFactoryExceptionException
Auto generated method signature

Specified by:
getBasicApplicationInfo in interface ApplicationManagementService
Parameters:
getBasicApplicationInfo271 -
Throws:
ApplicationManagementServiceAppFactoryExceptionException - :
RemoteException
See Also:
ApplicationManagementService.getBasicApplicationInfo(java.lang.String, java.lang.String)

startgetBasicApplicationInfo

public void startgetBasicApplicationInfo(String domainName272,
                                         String applicationKey273,
                                         ApplicationManagementServiceCallbackHandler callback)
                                  throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startgetBasicApplicationInfo in interface ApplicationManagementService
Parameters:
getBasicApplicationInfo271 -
Throws:
RemoteException
See Also:
ApplicationManagementService.startgetBasicApplicationInfo(java.lang.String, java.lang.String, org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceCallbackHandler)

addUserToApplication

public boolean addUserToApplication(String domainName277,
                                    String applicationId278,
                                    String userName279,
                                    String[] roles280)
                             throws RemoteException,
                                    ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
addUserToApplication in interface ApplicationManagementService
Parameters:
addUserToApplication276 -
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException
See Also:
ApplicationManagementService.addUserToApplication(java.lang.String, java.lang.String, java.lang.String, java.lang.String[])

startaddUserToApplication

public void startaddUserToApplication(String domainName277,
                                      String applicationId278,
                                      String userName279,
                                      String[] roles280,
                                      ApplicationManagementServiceCallbackHandler callback)
                               throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startaddUserToApplication in interface ApplicationManagementService
Parameters:
addUserToApplication276 -
Throws:
RemoteException
See Also:
ApplicationManagementService.startaddUserToApplication(java.lang.String, java.lang.String, java.lang.String, java.lang.String[], org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceCallbackHandler)

revokeApplication

public boolean revokeApplication(String domainName284,
                                 String applicationId285)
                          throws RemoteException,
                                 ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
revokeApplication in interface ApplicationManagementService
Parameters:
revokeApplication283 -
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException
See Also:
ApplicationManagementService.revokeApplication(java.lang.String, java.lang.String)

startrevokeApplication

public void startrevokeApplication(String domainName284,
                                   String applicationId285,
                                   ApplicationManagementServiceCallbackHandler callback)
                            throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startrevokeApplication in interface ApplicationManagementService
Parameters:
revokeApplication283 -
Throws:
RemoteException
See Also:
ApplicationManagementService.startrevokeApplication(java.lang.String, java.lang.String, org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceCallbackHandler)

updateUserOfApplication

public boolean updateUserOfApplication(String domainName289,
                                       String applicationId290,
                                       String userName291,
                                       String[] rolesToDelete292,
                                       String[] rolesToAdd293)
                                throws RemoteException,
                                       ApplicationManagementServiceUserStoreExceptionException,
                                       ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
updateUserOfApplication in interface ApplicationManagementService
Parameters:
updateUserOfApplication288 -
Throws:
ApplicationManagementServiceUserStoreExceptionException - :
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException
See Also:
ApplicationManagementService.updateUserOfApplication(java.lang.String, java.lang.String, java.lang.String, java.lang.String[], java.lang.String[])

startupdateUserOfApplication

public void startupdateUserOfApplication(String domainName289,
                                         String applicationId290,
                                         String userName291,
                                         String[] rolesToDelete292,
                                         String[] rolesToAdd293,
                                         ApplicationManagementServiceCallbackHandler callback)
                                  throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startupdateUserOfApplication in interface ApplicationManagementService
Parameters:
updateUserOfApplication288 -
Throws:
RemoteException
See Also:
ApplicationManagementService.startupdateUserOfApplication(java.lang.String, java.lang.String, java.lang.String, java.lang.String[], java.lang.String[], org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceCallbackHandler)

publishApplicationCreation

public void publishApplicationCreation(String domainName297,
                                       String applicationId298)
                                throws RemoteException,
                                       ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
publishApplicationCreation in interface ApplicationManagementService
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException

getApplicationsOfUser

public UserApplications[] getApplicationsOfUser(String roleName300)
                                         throws RemoteException,
                                                ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
getApplicationsOfUser in interface ApplicationManagementService
Parameters:
getApplicationsOfUser299 -
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException
See Also:
ApplicationManagementService.getApplicationsOfUser(java.lang.String)

startgetApplicationsOfUser

public void startgetApplicationsOfUser(String roleName300,
                                       ApplicationManagementServiceCallbackHandler callback)
                                throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startgetApplicationsOfUser in interface ApplicationManagementService
Parameters:
getApplicationsOfUser299 -
Throws:
RemoteException
See Also:
ApplicationManagementService.startgetApplicationsOfUser(java.lang.String, org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceCallbackHandler)

publishApplicationAutoDeploymentChange

public void publishApplicationAutoDeploymentChange(String domainName304,
                                                   String applicationId305,
                                                   String previousVersion306,
                                                   String nextVersion307,
                                                   String versionStage308)
                                            throws RemoteException,
                                                   ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
publishApplicationAutoDeploymentChange in interface ApplicationManagementService
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException

publishSetApplicationAutoDeploy

public void publishSetApplicationAutoDeploy(String applicationId310,
                                            String stage311,
                                            String version312,
                                            boolean isAutoDeployable313)
                                     throws RemoteException,
                                            ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
publishSetApplicationAutoDeploy in interface ApplicationManagementService
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException

getFullyQualifiedDbUsername

public String getFullyQualifiedDbUsername(String username315,
                                          String applicationKey316)
                                   throws RemoteException
Auto generated method signature

Specified by:
getFullyQualifiedDbUsername in interface ApplicationManagementService
Parameters:
getFullyQualifiedDbUsername314 -
Throws:
RemoteException
See Also:
ApplicationManagementService.getFullyQualifiedDbUsername(java.lang.String, java.lang.String)

startgetFullyQualifiedDbUsername

public void startgetFullyQualifiedDbUsername(String username315,
                                             String applicationKey316,
                                             ApplicationManagementServiceCallbackHandler callback)
                                      throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startgetFullyQualifiedDbUsername in interface ApplicationManagementService
Parameters:
getFullyQualifiedDbUsername314 -
Throws:
RemoteException
See Also:
ApplicationManagementService.startgetFullyQualifiedDbUsername(java.lang.String, java.lang.String, org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceCallbackHandler)

createApplication

public void createApplication(String applicationName320,
                              String applicationKey321,
                              String applicationDescription322,
                              String applicationType323,
                              String repositoryType324,
                              String userName325)
                       throws RemoteException,
                              ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
createApplication in interface ApplicationManagementService
Parameters:
createApplication319 -
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException
See Also:
ApplicationManagementService.createApplication(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)

startcreateApplication

public void startcreateApplication(String applicationName320,
                                   String applicationKey321,
                                   String applicationDescription322,
                                   String applicationType323,
                                   String repositoryType324,
                                   String userName325,
                                   ApplicationManagementServiceCallbackHandler callback)
                            throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startcreateApplication in interface ApplicationManagementService
Parameters:
createApplication319 -
Throws:
RemoteException
See Also:
ApplicationManagementService.startcreateApplication(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceCallbackHandler)

getUserInfo

public UserInfoBean[] getUserInfo(String applicationId328)
                           throws RemoteException,
                                  ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
getUserInfo in interface ApplicationManagementService
Parameters:
getUserInfo327 -
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException
See Also:
ApplicationManagementService.getUserInfo(java.lang.String)

startgetUserInfo

public void startgetUserInfo(String applicationId328,
                             ApplicationManagementServiceCallbackHandler callback)
                      throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startgetUserInfo in interface ApplicationManagementService
Parameters:
getUserInfo327 -
Throws:
RemoteException
See Also:
ApplicationManagementService.startgetUserInfo(java.lang.String, org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceCallbackHandler)

getAllApplications

public String[] getAllApplications(String domainName332,
                                   String userName333)
                            throws RemoteException,
                                   ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
getAllApplications in interface ApplicationManagementService
Parameters:
getAllApplications331 -
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException
See Also:
ApplicationManagementService.getAllApplications(java.lang.String, java.lang.String)

startgetAllApplications

public void startgetAllApplications(String domainName332,
                                    String userName333,
                                    ApplicationManagementServiceCallbackHandler callback)
                             throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startgetAllApplications in interface ApplicationManagementService
Parameters:
getAllApplications331 -
Throws:
RemoteException
See Also:
ApplicationManagementService.startgetAllApplications(java.lang.String, java.lang.String, org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceCallbackHandler)

getRolesOfUserPerApplication

public String[] getRolesOfUserPerApplication(String appId337,
                                             String userName338)
                                      throws RemoteException,
                                             ApplicationManagementServiceApplicationManagementExceptionException
Auto generated method signature

Specified by:
getRolesOfUserPerApplication in interface ApplicationManagementService
Parameters:
getRolesOfUserPerApplication336 -
Throws:
ApplicationManagementServiceApplicationManagementExceptionException - :
RemoteException
See Also:
ApplicationManagementService.getRolesOfUserPerApplication(java.lang.String, java.lang.String)

startgetRolesOfUserPerApplication

public void startgetRolesOfUserPerApplication(String appId337,
                                              String userName338,
                                              ApplicationManagementServiceCallbackHandler callback)
                                       throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startgetRolesOfUserPerApplication in interface ApplicationManagementService
Parameters:
getRolesOfUserPerApplication336 -
Throws:
RemoteException
See Also:
ApplicationManagementService.startgetRolesOfUserPerApplication(java.lang.String, java.lang.String, org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceCallbackHandler)


Copyright © 2015 WSO2 Inc. All rights reserved.