Class SecurityRoleGroupObject
java.lang.Object
com.echothree.model.control.graphql.server.graphql.BaseObject
com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
com.echothree.model.control.security.server.graphql.SecurityRoleGroupObject
-
Field Summary
Fields inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
basePrimaryKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDescription
(graphql.schema.DataFetchingEnvironment env) @graphql.annotations.annotationTypes.GraphQLNonNull boolean
getSecurityRoles
(graphql.schema.DataFetchingEnvironment env) @graphql.annotations.annotationTypes.GraphQLNonNull int
Methods inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
getEntityAliasType, getEntityAliasTypes, getEntityAttribute, getEntityAttributeGroup, getEntityAttributeGroups, getEntityInstance, getEntityInstanceByBasePK, getId, getTagScope, getTagScopes, getWorkflowEntityStatusObject
-
Constructor Details
-
SecurityRoleGroupObject
-
-
Method Details
-
getSecurityRoleGroupName
-
getParentSecurityRoleGroup
-
getIsDefault
-
getSortOrder
-
getDescription
-
getSecurityRoles
public CountingPaginatedData<SecurityRoleObject> getSecurityRoles(graphql.schema.DataFetchingEnvironment env)
-