@PublicApi
public interface ConfigureFacade
List<RoleBean> findRoleBeans() throws InsightException
RoleBeanRoleBean @InsightExceptionList<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
RoleBeanRoleBean @InsightException - if something goes wrongRoleActorBean loadRoleActorBean(int id) throws InsightException
RoleActorBeanRoleActorBean @InsightException - if something goes wrongvoid storeActorsForRoleBean(Map<String,Set<String>> newRoleActorBeans, int roleBeanId) throws InsightException
RoleBeanInsightException - if something goes wrongvoid deleteGroupRoleActor(String groupName) throws InsightException
InsightException - if something goes wrongReferenceTypeBean createReferenceTypeBean(ReferenceTypeBean referenceTypeBean) throws InsightException
ReferenceTypeBeanreferenceTypeBean - a ReferenceTypeBeanReferenceTypeBeanInsightException - if something goes wrongReferenceTypeBean updateReferenceTypeBean(ReferenceTypeBean referenceTypeBean) throws InsightException
ReferenceTypeBeanreferenceTypeBean - a ReferenceTypeBeanReferenceTypeBeanInsightException - if something goes wrongList<ReferenceTypeBean> findGlobalReferenceTypeBeans() throws InsightException
ReferenceTypeBeanReferenceTypeBeanInsightException - if something goes wrongList<ReferenceTypeBean> findReferenceTypeBeans(int objectSchemaId) throws InsightException
ReferenceTypeBean for a specific ObjectSchema idReferenceTypeBeanInsightException - if something goes wrongList<ReferenceTypeBean> findAllReferenceTypeBeans(int objectSchemaId) throws InsightException
ReferenceTypeBean including global onesReferenceTypeBeanInsightException - if something goes wrongReferenceTypeBean loadReferenceTypeBean(int id) throws InsightException
ReferenceTypeBeanReferenceTypeBeanInsightException - if something goes wrongReferenceTypeBean loadReferenceTypeBean(int id, String name) throws InsightException
ReferenceTypeBeanReferenceTypeBeanInsightException - if something goes wrongvoid deleteReferenceTypeBean(int id)
throws InsightException
ReferenceTypeBeanInsightException - if something goes wrongStatusTypeBean createStatusTypeBean(StatusTypeBean statusTypeBean) throws InsightException
StatusTypeBeanstatusTypeBean - a StatusTypeBeanStatusTypeBeanInsightException - if something goes wrongStatusTypeBean updateStatusTypeBean(StatusTypeBean statusTypeBean) throws InsightException
StatusTypeBeanstatusTypeBean - a StatusTypeBeanStatusTypeBeanInsightException - if something goes wrongList<StatusTypeBean> findGlobalStatusTypeBeans() throws InsightException
StatusTypeBeanStatusTypeBeanInsightException - if something goes wrongList<StatusTypeBean> findStatusTypeBeans(int objectSchemaId) throws InsightException
StatusTypeBean for a specific ObjectSchema idStatusTypeBeanInsightException - if something goes wrongList<StatusTypeBean> findAllStatusTypeBeans(int objectSchemaId) throws InsightException
StatusTypeBean including global onesStatusTypeBeanInsightException - if something goes wrongStatusTypeBean loadStatusTypeBean(int id) throws InsightException
StatusTypeBeanStatusTypeBeanInsightException - if something goes wrongStatusTypeBean loadStatusTypeBean(int objectSchemaId, String name) throws InsightException
StatusTypeBeanStatusTypeBeanInsightException - if something goes wrongvoid deleteStatusTypeBean(int id)
throws InsightException
StatusTypeBeanInsightException - if something goes wrongIconBean createIconBean(IconBean iconBean) throws InsightException
IconBeaniconBean - a IconBeanIconBean with an id.InsightException - if something goes wrongIconBean updateIconBean(IconBean iconBean) throws InsightException
IconBeaniconBean - a IconBeanIconBean with an id.InsightException - if something goes wrongList<IconBean> findGlobalIconBeans() throws InsightException
IconBeanIconBeanInsightException - if something goes wrongList<IconBean> findAllIconBeans(int objectSchemaId) throws InsightException
IconBean for a specific ObjectSchemaBean including all global ones.IconBeanInsightException - if something goes wrongList<IconBean> findIconBeans(int objectSchemaId) throws InsightException
IconBean specified for a specific ObjectSchemaBean (not global ones).IconBeanInsightException - if something goes wrongIconBean loadIconBean(int id) throws InsightException
IconBeanid - the id of the IconBean to loadIconBeanInsightException - if something goes wrongIconBean loadIconBean(int objectSchemaId, String name) throws InsightException
IconBeanname - the name of the IconBean to loadIconBeanInsightException - 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.streamSchemaToClient(ExportObjectSchemaDataBean) instead.id - Object Schema IDInsightException - if something goes wrongCopyright © 2024 Atlassian. All rights reserved.