| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACCOUNT_GROUP |
static java.lang.String |
ACCOUNTS_FIELD |
| Constructor and Description |
|---|
GQLTypeAccountGroup(net.nemerosa.ontrack.model.security.AccountService accountService,
net.nemerosa.ontrack.model.security.AccountGroupMappingService accountGroupMappingService,
GQLTypeGlobalRole globalRole,
GQLTypeAuthorizedProject authorizedProject,
GQLTypeAccountGroupMapping accountGroupMapping) |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLObjectType |
createType(net.nemerosa.ontrack.graphql.schema.GQLTypeCache cache) |
java.lang.String |
getTypeName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeRefpublic static final java.lang.String ACCOUNT_GROUP
public static final java.lang.String ACCOUNTS_FIELD
@Autowired
public GQLTypeAccountGroup(net.nemerosa.ontrack.model.security.AccountService accountService,
net.nemerosa.ontrack.model.security.AccountGroupMappingService accountGroupMappingService,
GQLTypeGlobalRole globalRole,
GQLTypeAuthorizedProject authorizedProject,
GQLTypeAccountGroupMapping accountGroupMapping)
public java.lang.String getTypeName()
getTypeName in interface GQLTypepublic graphql.schema.GraphQLObjectType createType(net.nemerosa.ontrack.graphql.schema.GQLTypeCache cache)
createType in interface GQLType