@PublicApi
public interface ConfigureFacade
List<RoleBean> findRoleBeans() throws InsightException
RoleBean
RoleBean
@InsightException
List<RoleBean> findRoleBeansByObjectSchema(int objectSchemaId) throws InsightException
RoleBean
by Object SchemaobjectSchemaId
- the ObjectSchemaBean
IdRoleBean
@InsightException
- if something goes wrongList<RoleBean> findRoleBeansByObjectType(int objectTypeId) throws InsightException
RoleBean
by Object TypeobjectTypeId
- the ObjectTypeBean
IdRoleBean
@InsightException
- if something goes wrongRoleBean loadRoleBean(int id) throws InsightException
RoleBean
RoleBean
@InsightException
- if something goes wrongRoleActorBean loadRoleActorBean(int id) throws InsightException
RoleActorBean
RoleActorBean
@InsightException
- if something goes wrongvoid storeActorsForRoleBean(Map<String,Set<String>> newRoleActorBeans, int roleBeanId) throws InsightException
RoleBean
InsightException
- if something goes wrongvoid deleteGroupRoleActor(String groupName) throws InsightException
InsightException
- if something goes wrongReferenceTypeBean createReferenceTypeBean(ReferenceTypeBean referenceTypeBean) throws InsightException
ReferenceTypeBean
referenceTypeBean
- a ReferenceTypeBean
ReferenceTypeBean
InsightException
- if something goes wrongReferenceTypeBean updateReferenceTypeBean(ReferenceTypeBean referenceTypeBean) throws InsightException
ReferenceTypeBean
referenceTypeBean
- a ReferenceTypeBean
ReferenceTypeBean
InsightException
- if something goes wrongList<ReferenceTypeBean> findGlobalReferenceTypeBeans() throws InsightException
ReferenceTypeBean
ReferenceTypeBean
InsightException
- if something goes wrongList<ReferenceTypeBean> findReferenceTypeBeans(int objectSchemaId) throws InsightException
ReferenceTypeBean
for a specific ObjectSchema idReferenceTypeBean
InsightException
- if something goes wrongList<ReferenceTypeBean> findAllReferenceTypeBeans(int objectSchemaId) throws InsightException
ReferenceTypeBean
including global onesReferenceTypeBean
InsightException
- if something goes wrongReferenceTypeBean loadReferenceTypeBean(int id) throws InsightException
ReferenceTypeBean
ReferenceTypeBean
InsightException
- if something goes wrongReferenceTypeBean loadReferenceTypeBean(int id, String name) throws InsightException
ReferenceTypeBean
ReferenceTypeBean
InsightException
- if something goes wrongvoid deleteReferenceTypeBean(int id) throws InsightException
ReferenceTypeBean
InsightException
- if something goes wrongStatusTypeBean createStatusTypeBean(StatusTypeBean statusTypeBean) throws InsightException
StatusTypeBean
statusTypeBean
- a StatusTypeBean
StatusTypeBean
InsightException
- if something goes wrongStatusTypeBean updateStatusTypeBean(StatusTypeBean statusTypeBean) throws InsightException
StatusTypeBean
statusTypeBean
- a StatusTypeBean
StatusTypeBean
InsightException
- if something goes wrongList<StatusTypeBean> findGlobalStatusTypeBeans() throws InsightException
StatusTypeBean
StatusTypeBean
InsightException
- if something goes wrongList<StatusTypeBean> findStatusTypeBeans(int objectSchemaId) throws InsightException
StatusTypeBean
for a specific ObjectSchema idStatusTypeBean
InsightException
- if something goes wrongList<StatusTypeBean> findAllStatusTypeBeans(int objectSchemaId) throws InsightException
StatusTypeBean
including global onesStatusTypeBean
InsightException
- if something goes wrongStatusTypeBean loadStatusTypeBean(int id) throws InsightException
StatusTypeBean
StatusTypeBean
InsightException
- if something goes wrongStatusTypeBean loadStatusTypeBean(int objectSchemaId, String name) throws InsightException
StatusTypeBean
StatusTypeBean
InsightException
- if something goes wrongvoid deleteStatusTypeBean(int id) throws InsightException
StatusTypeBean
InsightException
- if something goes wrongIconBean createIconBean(IconBean iconBean) throws InsightException
IconBean
iconBean
- a IconBeanIconBean
with an id.InsightException
- if something goes wrongIconBean updateIconBean(IconBean iconBean) throws InsightException
IconBean
iconBean
- a IconBean
IconBean
with an id.InsightException
- if something goes wrongList<IconBean> findGlobalIconBeans() throws InsightException
IconBean
IconBean
InsightException
- if something goes wrongList<IconBean> findAllIconBeans(int objectSchemaId) throws InsightException
IconBean
for a specific ObjectSchemaBean
including all global ones.IconBean
InsightException
- if something goes wrongList<IconBean> findIconBeans(int objectSchemaId) throws InsightException
IconBean
specified for a specific ObjectSchemaBean
(not global ones).IconBean
InsightException
- if something goes wrongIconBean loadIconBean(int id) throws InsightException
IconBean
id
- the id of the IconBean
to loadIconBean
InsightException
- if something goes wrongIconBean loadIconBean(int objectSchemaId, String name) throws InsightException
IconBean
name
- the name of the IconBean
to loadIconBean
InsightException
- if something goes wrongvoid deleteIconBean(int id) throws InsightException
IconBean
domain object.InsightException
- if something goes wrong@Deprecated String exportObjectSchemaConfiguration(int id) throws InsightException
ObjectSchemaExportService.exportSchemaToClient(ExportObjectSchemaDataBean)
instead.
This method will be removed with Jira 6.0 platform release.id
- Object Schema IDInsightException
- if something goes wrongCopyright © 2023 Atlassian. All rights reserved.