All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.drools.userprofile.DroolsTaskUserProfile Maven / Gradle / Ivy

There is a newer version: 5.1.1
Show newest version
package org.drools.userprofile;

import java.util.List;

public class DroolsTaskUserProfile extends UserProfile {
	
    public String getDisplayName(OrganizationalEntity entity){
    	return null;
    }
    
    public List getMembersForGroup(Group group){
    	return null;
    }
    
    public boolean hasEmail(Group group) {
    	return false;
    }
    
    public String getEmailForEntity(OrganizationalEntity entity) {
    	return null;
    }
    
    public String getLanguageForEntity(OrganizationalEntity entity) {
    	return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy