Interface Group
- All Superinterfaces:
CategoryAssigned,com.novomind.ecom.common.api.attribute.Described,com.novomind.ecom.common.api.attribute.Named
- All Known Subinterfaces:
AgentGroup,SystemGroup
public interface Group
extends com.novomind.ecom.common.api.attribute.Named, com.novomind.ecom.common.api.attribute.Described, CategoryAssigned
Represents a Group object
- Since:
- 10.0.108
-
Method Summary
Modifier and TypeMethodDescriptionReturns the parent system group of this agent group.Methods inherited from interface com.novomind.ecom.api.iagent.assignment.CategoryAssigned
getAssignedCategoriesMethods inherited from interface com.novomind.ecom.common.api.attribute.Described
getDescriptionMethods inherited from interface com.novomind.ecom.common.api.attribute.Named
getName
-
Method Details
-
getParent
SystemGroup getParent()Returns the parent system group of this agent group.- Returns:
- the parent system group of this agent group
- Since:
- 10.0.108
-