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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SystemGroup
getParent()
-
Methods inherited from interface com.novomind.ecom.api.iagent.assignment.CategoryAssigned
getAssignedCategories
-
-
-
-
Method Detail
-
getParent
SystemGroup getParent()
- Returns:
- the parent system group of this agent group
- Since:
- 10.0.108
-
-