Hi,

I’m implementing below method in *ApplicationManagementService.java* in
*org.wso2.carbon.appfactory.application.mgt* to delete all the applications
related to a tenant in APP Factory

public void deleteAllApplicationsOfTenant(String domainName){

}

there is a method in same class to delete an application

public boolean deleteApplication(Application application, String userName,
String domainName) throws AppFactoryException {

}

we need userName to delete the application here. we need to get the tenant
admin as a user. how do we get the tenant admin user?

Thanks

-- 
Lakshman Udayakantha
Software Engineer, WSO2
Mobile: *0711241005*

*[email protected] <[email protected]>*
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to