Uses of Class
org.gcube.portlet.user.my_vres.shared.UserBelonging
-
Packages that use UserBelonging Package Description org.gcube.portlet.user.my_vres.shared -
-
Uses of UserBelonging in org.gcube.portlet.user.my_vres.shared
Methods in org.gcube.portlet.user.my_vres.shared that return UserBelonging Modifier and Type Method Description UserBelongingResearchEnvironment. getUserBelonging()static UserBelongingUserBelonging. valueOf(String name)Returns the enum constant of this type with the specified name.static UserBelonging[]UserBelonging. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.portlet.user.my_vres.shared with parameters of type UserBelonging Modifier and Type Method Description voidResearchEnvironment. setUserBelonging(UserBelonging userBelonging)Constructors in org.gcube.portlet.user.my_vres.shared with parameters of type UserBelonging Constructor Description ResearchEnvironment(String name, String description, String imageURL, String context, String friendlyURL, UserBelonging userBelonging)VO(String voName, String description, String imageURL, String vomsGroupName, String friendlyURL, UserBelonging userBelonging, boolean isRoot, ArrayList<VRE> vres)VRE(String vreName, String description, String imageURL, String vomsGroupName, String friendlyURL, UserBelonging userBelonging)
-