Package | Description |
---|---|
com.riadalabs.jira.plugins.insight.channel.external.api.facade | |
com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl | |
com.riadalabs.jira.plugins.insight.common.exception | |
com.riadalabs.jira.plugins.insight.services.model.factory |
This package contains factory components for Assets usage.
|
Modifier and Type | Method and Description |
---|---|
AttachmentBean |
ObjectFacade.addAttachmentBean(int objectId,
File file,
String fileName,
String contentType,
String comment)
Add a
AttachmentBean domain objects. |
void |
ObjectFacade.archiveObjectBean(int id)
Archive an
ObjectBean by ID. |
void |
ObjectFacade.archiveObjectBean(int id,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption)
Archive an
ObjectBean by ID with control over the event dispatch option. |
void |
ObjectFacade.archiveObjectBean(String objectKey)
Archive an
ObjectBean by object key. |
void |
ObjectFacade.archiveObjectBean(String objectKey,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption)
Archive an
ObjectBean by object key with control over the event dispatch option. |
ObjectTypeBean |
ObjectTypeFacade.changeOrderObjectTypeBean(int affectedId,
Integer toId,
int position)
Change the order of the object type
|
int |
ObjectFacade.countObjectBeans(int objectTypeId)
Finds total count of all
ObjectBean domain objects. |
IconBean |
ConfigureFacade.createIconBean(IconBean iconBean)
Creates a
IconBean |
ObjectTypeBean |
ObjectTypeFacade.createObjectTypeBean(MutableObjectTypeBean objectTypeBean)
Create a ObjectTypeBean
|
ImportSource |
ImportSourceConfigurationFacade.createPredefinedConfiguration(Integer importSourceId,
ObjectTypeBean optionalParent)
Create the template configuration as specified by the component.
|
void |
ImportSourceConfigurationFacade.createPredefinedStructure(Integer importSourceId,
ObjectTypeBean optionalParent)
Creates a predefined structure based on the import component used.
|
ReferenceTypeBean |
ConfigureFacade.createReferenceTypeBean(ReferenceTypeBean referenceTypeBean)
Creates a
ReferenceTypeBean |
StatusTypeBean |
ConfigureFacade.createStatusTypeBean(StatusTypeBean statusTypeBean)
Creates a
StatusTypeBean |
WatcherBean |
ObjectFacade.createWatcherBean(int objectId,
String userKey)
Created a
WatcherBean |
AttachmentBean |
ObjectFacade.deleteAttachmentBean(int id)
Delete
AttachmentBean |
void |
ObjectFacade.deleteCommentBean(int commentBeanId)
Delete a
CommentBean |
void |
ConfigureFacade.deleteGroupRoleActor(String groupName)
Deletes group from all Assets permissions
|
void |
ConfigureFacade.deleteIconBean(int id)
Delete a
IconBean domain object. |
void |
ImportSourceConfigurationFacade.deleteImportSource(Integer importSourceId)
Deletes an Import Source
|
void |
ImportSourceConfigurationFacade.deleteImportSourceOT(Integer importSourceOT)
Deletes an Import Source OT
|
void |
ImportSourceConfigurationFacade.deleteImportSourceOTAttr(Integer importSourceOTAttr)
Deletes an Import Source OTA
|
void |
ObjectFacade.deleteObjectAttributeBean(int id)
Deprecated.
use the
ObjectFacade.deleteObjectAttributeBean(long) instead |
void |
ObjectFacade.deleteObjectAttributeBean(int id,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption)
Deprecated.
|
void |
ObjectFacade.deleteObjectAttributeBean(long id)
Deletes an object attribute bean
|
void |
ObjectFacade.deleteObjectAttributeBean(long id,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption)
Deletes an object attribute bean
|
void |
ObjectFacade.deleteObjectBean(int id)
Delete a
ObjectBean |
void |
ObjectFacade.deleteObjectBean(int id,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption)
Delete a
ObjectBean |
void |
ObjectSchemaFacade.deleteObjectSchemaBean(int id)
Delete a
ObjectSchemaBean |
void |
ObjectTypeAttributeFacade.deleteObjectTypeAttributeBean(int id)
Delete a
ObjectTypeAttributeBean |
void |
ObjectTypeFacade.deleteObjectTypeBean(int id)
Delete a
ObjectTypeBean |
void |
ConfigureFacade.deleteReferenceTypeBean(int id)
Delete a
ReferenceTypeBean |
void |
ConfigureFacade.deleteStatusTypeBean(int id)
Delete a
StatusTypeBean |
void |
ObjectFacade.deleteWatcherBean(WatcherBean watcherBean)
Delete a
WatcherBean |
GroovyResponseBean |
GroovyFacade.evaluateGroovy(GroovyBean groovyBean) |
String |
ConfigureFacade.exportObjectSchemaConfiguration(int id)
Deprecated.
Use
ObjectSchemaExportService.streamSchemaToClient(ExportObjectSchemaDataBean) instead. |
List<IconBean> |
ConfigureFacade.findAllIconBeans(int objectSchemaId)
Finds all
IconBean for a specific ObjectSchemaBean including all global ones. |
List<ReferenceTypeBean> |
ConfigureFacade.findAllReferenceTypeBeans(int objectSchemaId)
Finds all
ReferenceTypeBean including global ones |
List<StatusTypeBean> |
ConfigureFacade.findAllStatusTypeBeans(int objectSchemaId)
Finds all
StatusTypeBean including global ones |
List<AttachmentBean> |
ObjectFacade.findAttachmentBeans(int objectId)
Finds attachmentBeans for specified
ObjectBean id |
List<CommentBean> |
ObjectFacade.findCommentBeans(int objectId)
Find all
CommentBean for an ObjectBean |
CustomFieldConfigBean |
CustomFieldFacade.findConfigurationFor(Long fieldConfigId) |
List<IconBean> |
ConfigureFacade.findGlobalIconBeans()
Finds all global
IconBean |
List<ReferenceTypeBean> |
ConfigureFacade.findGlobalReferenceTypeBeans()
Finds all global
ReferenceTypeBean |
List<StatusTypeBean> |
ConfigureFacade.findGlobalStatusTypeBeans()
Finds all global
StatusTypeBean |
List<IconBean> |
ConfigureFacade.findIconBeans(int objectSchemaId)
Finds all
IconBean specified for a specific ObjectSchemaBean (not global ones). |
List<ImportSource> |
ImportSourceConfigurationFacade.findImportSourcesByModule(String moduleKey)
Finds import sources for a specific import module type (each integration module specifies it's own type with a
module key e.g.
|
List<ImportSource> |
ImportSourceConfigurationFacade.findImportSourcesBySchema(Integer objectSchemaId)
Finds all import source configurations by the given object schema id.
|
List<ImportSource> |
ImportSourceConfigurationFacade.findImportSourcesForObjectTypeId(Integer objectTypeId)
Finds all the import sources where the specified object type id is used in any object type mapping
configuration.
|
List<ObjectAttributeBean> |
ObjectFacade.findObjectAttributeBeans(int objectId)
Finds all
ObjectAttributeBean |
List<ObjectHistoryBean> |
ObjectFacade.findObjectHistoryBean(int objectId)
Find the
ObjectBean history |
List<ObjectBean> |
IQLFacade.findObjects(int schemaId,
String iql)
Find objects for an AQL
|
ObjectResultBean |
IQLFacade.findObjects(int schemaId,
String iql,
int start,
int limit,
boolean asc,
Integer orderByAttrTypeId)
Deprecated.
|
List<ObjectBean> |
IQLFacade.findObjects(String iql)
Find objects for an AQL
|
ObjectResultBean |
IQLFacade.findObjects(String iql,
int start,
int limit)
Find a limited set of objects based on an AQL to display on pagination pages
|
List<ObjectBean> |
IQLFacade.findObjectsByIQL(String iql)
Deprecated.
|
List<ObjectBean> |
IQLFacade.findObjectsByIQLAndSchema(int schemaId,
String iql)
Deprecated.
|
List<ObjectSchemaBean> |
ObjectSchemaFacade.findObjectSchemaBeans()
Finds all
ObjectSchemaBean domain objects. |
List<ObjectTicketConnectionEntry> |
ObjectFacade.findObjectTicketConnections(int objectId)
Find all JIRA issues connected to an
ObjectBean |
List<ObjectTicketConnectionEntry> |
ObjectFacade.findObjectTicketConnections(int objectId,
int offset,
int limit)
Deprecated.
use
ObjectFacade.findObjectTicketConnections(int) instead |
List<ObjectTicketConnectionEntry> |
ObjectFacade.findObjectTicketConnections(long ticketId)
Find all ObjectBean connected to a JIRA issue
|
List<ObjectTypeAttributeBean> |
ObjectTypeAttributeFacade.findObjectTypeAttributeBeans(int objectTypeId)
Finds all
ObjectTypeAttributeBean |
List<ObjectTypeAttributeBean> |
ObjectTypeAttributeFacade.findObjectTypeAttributeBeansByFilter(Predicate<ObjectTypeAttributeBean> predicate)
Finds
ObjectTypeAttributeBean |
List<ObjectTypeBean> |
ObjectTypeFacade.findObjectTypeBeanChildrens(int objectTypeId)
Finds all
ObjectTypeBean children for a specified ObjectTypeBean id |
List<ObjectTypeBean> |
ObjectTypeFacade.findObjectTypeBeanChildrens(int objectTypeId,
Object object)
Deprecated.
|
List<ObjectTypeBean> |
ObjectTypeFacade.findObjectTypeBeans(int objectSchemaId)
Finds all
ObjectTypeBean in the Object Schema root |
List<ObjectTypeBean> |
ObjectTypeFacade.findObjectTypeBeans(int objectSchemaId,
Object object)
Deprecated.
|
List<ObjectTypeBean> |
ObjectTypeFacade.findObjectTypeBeansFlat(int objectSchemaId)
Finds all
ObjectTypeBean in the entire Object Schema. |
List<ObjectTypeAttributeBean> |
ObjectTypeAttributeFacade.findReferencedObjectTypeAttributeBeans(int objectTypeId)
Finds all ObjectTypeAttributeBeans that are referenced to the specified ObjectTypeBeans .
|
List<ReferenceTypeBean> |
ConfigureFacade.findReferenceTypeBeans(int objectSchemaId)
Finds all
ReferenceTypeBean for a specific ObjectSchema id |
List<RoleBean> |
ConfigureFacade.findRoleBeans()
Finds all
RoleBean |
List<RoleBean> |
ConfigureFacade.findRoleBeansByObjectSchema(int objectSchemaId)
Finds all
RoleBean by Object Schema |
List<RoleBean> |
ConfigureFacade.findRoleBeansByObjectType(int objectTypeId)
Finds all
RoleBean by Object Type |
List<StatusTypeBean> |
ConfigureFacade.findStatusTypeBeans(int objectSchemaId)
Finds all
StatusTypeBean for a specific ObjectSchema id |
List<WatcherBean> |
ObjectFacade.findWatcherBeans(int objectId)
Finds all
WatcherBean for an ObjectBean |
Progress |
ProgressFacade.getProgress(ProgressId id)
Get the progress for the current progress id.
|
boolean |
ProgressFacade.isInProgress(ProgressId id)
Determine if the progress is in progress or not
|
boolean |
ProgressFacade.isProgressFinished(ProgressId id)
Returns true if the progress is completed.
|
AttachmentBean |
ObjectFacade.loadAttachmentBeanById(int id)
Load a
AttachmentBean |
CommentBean |
ObjectFacade.loadCommentBean(int commentId)
Load a
CommentBean |
IconBean |
ConfigureFacade.loadIconBean(int id)
Loads a single
IconBean |
IconBean |
ConfigureFacade.loadIconBean(int objectSchemaId,
String name)
Loads a single
IconBean |
ImportSource |
ImportSourceConfigurationFacade.loadImportSource(Integer importSourceId)
Loads the ImportSource from the database and validates it if it is ready to be synchronised.
|
ImportSourceOT |
ImportSourceConfigurationFacade.loadImportSourceOT(Integer importSourceOTId)
Load a specific import source OT configuration item.
|
ImportSourceOTAttr |
ImportSourceConfigurationFacade.loadImportSourceOTAttr(Integer importSourceOTAttrId)
Load a specific import source OT Attr configuration item.
|
ImportSource |
ImportSourceConfigurationFacade.loadImportSourceWithMaskedPasswords(Integer importSourceId)
Loads the ImportSource from the database and validate if it is ready to be synchronised.
|
ObjectAttributeBean |
ObjectFacade.loadObjectAttributeBean(int id)
Deprecated.
Go through the object to load the object attribute bean instead of directly. This will be removed in
future releases
|
ObjectAttributeBean |
ObjectFacade.loadObjectAttributeBean(int objectId,
int objectTypeAttributeId)
Loads a
ObjectAttributeBean given an object id and object type attribute id |
ObjectAttributeBean |
ObjectFacade.loadObjectAttributeBean(int objectId,
int objectTypeAttributeId,
boolean ignorePermissionCheck)
Loads a
ObjectAttributeBean given an object id, object type attribute id and a parameter to ignore permission check |
ObjectAttributeBean |
ObjectFacade.loadObjectAttributeBean(int objectId,
String objectTypeAttributeName)
Loads a
ObjectAttributeBean given an object id and object type attribute name |
ObjectBean |
ObjectFacade.loadObjectBean(int id)
Loads a
ObjectBean given its id. |
ObjectBean |
ObjectFacade.loadObjectBean(String key)
Loads a
ObjectBean given its key. |
ObjectSchemaBean |
ObjectSchemaFacade.loadObjectSchema(int id)
Loads a
ObjectSchemaBean given its id. |
ObjectSchemaBean |
ObjectSchemaFacade.loadObjectSchemaBean(int id)
Deprecated.
|
ObjectTypeBean |
ObjectTypeFacade.loadObjectType(int id)
Loads a
ObjectTypeBean for a given id |
ObjectTypeBean |
ObjectTypeFacade.loadObjectType(int id,
Object object)
Deprecated.
|
ObjectTypeAttributeBean |
ObjectTypeAttributeFacade.loadObjectTypeAttribute(int id)
Loads a
ObjectTypeAttributeBean |
ObjectTypeAttributeBean |
ObjectTypeAttributeFacade.loadObjectTypeAttribute(int objectTypeId,
String name)
Loads a
ObjectTypeAttributeBean given its object type and name. |
ObjectTypeAttributeBean |
ObjectTypeAttributeFacade.loadObjectTypeAttribute(int objectTypeId,
String name,
boolean ignorePermissionCheck)
Loads a
ObjectTypeAttributeBean given its object type, name and a parameter to ignore permission check |
ObjectTypeAttributeBean |
ObjectTypeAttributeFacade.loadObjectTypeAttributeBean(int id)
Deprecated.
|
ObjectTypeAttributeBean |
ObjectTypeAttributeFacade.loadObjectTypeAttributeBean(int objectTypeId,
String name)
Deprecated.
|
ObjectTypeBean |
ObjectTypeFacade.loadObjectTypeBean(int id)
Deprecated.
|
ObjectTypeBean |
ObjectTypeFacade.loadObjectTypeBean(int id,
Object object)
Deprecated.
|
ReferenceTypeBean |
ConfigureFacade.loadReferenceTypeBean(int id)
Loads a single
ReferenceTypeBean |
ReferenceTypeBean |
ConfigureFacade.loadReferenceTypeBean(int id,
String name)
Loads a single
ReferenceTypeBean |
RoleActorBean |
ConfigureFacade.loadRoleActorBean(int id)
Loads a
RoleActorBean |
RoleBean |
ConfigureFacade.loadRoleBean(int id)
Loads a
RoleBean |
StatusTypeBean |
ConfigureFacade.loadStatusTypeBean(int id)
Loads a single
StatusTypeBean |
StatusTypeBean |
ConfigureFacade.loadStatusTypeBean(int objectSchemaId,
String name)
Loads a single
StatusTypeBean |
WatcherBean |
ObjectFacade.loadWatcherBean(int objectId,
String userKey)
Loads a
WatcherBean |
void |
ObjectTypeAttributeFacade.moveObjectTypeAttributeBean(int affectedId,
Integer afterId,
int objectTypeId)
Move order
ObjectTypeAttributeBean |
List<String> |
ImportSourceConfigurationFacade.passwordFieldNamesInModuleConfig(Integer importSourceId)
Retrieves a list of all the keys (the json names) in the
ImportSource.getJsonConfiguration() that
represents a password field for the given import source. |
void |
ObjectFacade.restoreObjectBean(int id)
Restore an
ObjectBean by ID. |
void |
ObjectFacade.restoreObjectBean(int id,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption)
Restore an
ObjectBean by ID with control over the event dispatch option. |
void |
ObjectFacade.restoreObjectBean(String objectKey)
Restore an
ObjectBean by object key. |
void |
ObjectFacade.restoreObjectBean(String objectKey,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption)
Restore an
ObjectBean by object key with control over the event dispatch option. |
Progress |
ImportSourceConfigurationFacade.startImportSource(int importSourceId)
Start an import given the id of the configuration.
|
Progress |
ImportSourceConfigurationFacade.startImportSourceForSpecificOTs(int importSourceId,
List<Integer> importSourceOTIds)
Start an import given the id of the configuration but only import a specific number of object types.
|
void |
ConfigureFacade.storeActorsForRoleBean(Map<String,Set<String>> newRoleActorBeans,
int roleBeanId)
Stores actors for a
RoleBean |
CommentBean |
ObjectFacade.storeCommentBean(CommentBean commentBean)
Store a
CommentBean |
ImportSource |
ImportSourceConfigurationFacade.storeImportSource(ImportSource importSource)
Store the entire import source together with all attached ImportSourceOTs and ImportSourceOTAs.
|
ImportSourceOT |
ImportSourceConfigurationFacade.storeImportSourceOT(ImportSourceOT importSourceOT)
Store a single import source OT configuration item together with all ImportSourceOTAs.
|
ImportSourceOTAttr |
ImportSourceConfigurationFacade.storeImportSourceOTAttr(ImportSourceOTAttr importSourceOTAttr)
Store a single import source OTAttr configuration item together with all ImportSourceOTAs.
|
ObjectAttributeBean |
ObjectFacade.storeObjectAttributeBean(MutableObjectAttributeBean objectAttributeBean)
Stores a
ObjectAttributeBean |
ObjectAttributeBean |
ObjectFacade.storeObjectAttributeBean(MutableObjectAttributeBean objectAttributeBean,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption)
Stores a
ObjectAttributeBean |
ObjectAttributeBean |
ObjectFacade.storeObjectAttributeBean(ObjectAttributeBean objectAttributeBean)
Deprecated.
|
ObjectBean |
ObjectFacade.storeObjectBean(MutableObjectBean objectBean)
Stores a
ObjectBean |
ObjectBean |
ObjectFacade.storeObjectBean(MutableObjectBean objectBean,
byte[] avatarData,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption)
Stores a
ObjectBean with the corresponding avatar |
ObjectBean |
ObjectFacade.storeObjectBean(MutableObjectBean objectBean,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption)
Stores a
ObjectBean |
ObjectBean |
ObjectFacade.storeObjectBeanIgnoreAttributeValidation(MutableObjectBean objectBean)
Stores a
ObjectBean bypassing ALL attribute validation e.g. |
ObjectSchemaBean |
ObjectSchemaFacade.storeObjectSchemaBean(ObjectSchemaBean objectSchemaBean)
Stores a
ObjectSchemaBean |
void |
ObjectSchemaFacade.storeObjectSchemaProperty(int objectSchemaId,
ObjectSchemaPropertyBean objectSchemaPropertyBean)
Store object schema property for given object schema id
|
ObjectTypeAttributeBean |
ObjectTypeAttributeFacade.storeObjectTypeAttributeBean(MutableObjectTypeAttributeBean objectTypeAttributeBean,
int objectTypeId)
Stores a
ObjectTypeAttributeBean |
ObjectTypeBean |
ObjectTypeFacade.storeObjectTypeBean(MutableObjectTypeBean objectTypeBean)
Deprecated.
|
ObjectTypeBean |
ObjectTypeFacade.storeObjectTypeBeanChild(MutableObjectTypeBean objectTypeBean)
Deprecated.
|
ObjectTypeBean |
ObjectTypeFacade.storeObjectTypeBeanHead(MutableObjectTypeBean objectTypeBean)
Deprecated.
|
IconBean |
ConfigureFacade.updateIconBean(IconBean iconBean)
Update a
IconBean |
ObjectTypeBean |
ObjectTypeFacade.updateObjectTypeBean(MutableObjectTypeBean objectTypeBean)
Updates a
ObjectTypeBean |
ReferenceTypeBean |
ConfigureFacade.updateReferenceTypeBean(ReferenceTypeBean referenceTypeBean)
Updates a
ReferenceTypeBean |
StatusTypeBean |
ConfigureFacade.updateStatusTypeBean(StatusTypeBean statusTypeBean)
Updates a
StatusTypeBean |
void |
IQLFacade.validateIQL(int schemaId,
String iql)
Validates AQL for an object schema
|
void |
IQLFacade.validateIQL(String iql)
Validates AQL for an object schema
|
void |
ProgressFacade.waitForProgressToComplete(Progress progress)
Wait for the progress to complete.
|
Modifier and Type | Method and Description |
---|---|
AttachmentBean |
ObjectFacadeImpl.addAttachmentBean(int objectId,
File file,
String fileName,
String contentType,
String comment) |
void |
ObjectFacadeImpl.archiveObjectBean(int id) |
void |
ObjectFacadeImpl.archiveObjectBean(int id,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) |
void |
ObjectFacadeImpl.archiveObjectBean(String objectKey) |
void |
ObjectFacadeImpl.archiveObjectBean(String objectKey,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) |
ObjectTypeBean |
ObjectTypeFacadeImpl.changeOrderObjectTypeBean(int affectedId,
Integer toId,
int position) |
int |
ObjectFacadeImpl.countObjectBeans(int objectTypeId) |
IconBean |
ConfigureFacadeImpl.createIconBean(IconBean iconBean) |
ObjectTypeBean |
ObjectTypeFacadeImpl.createObjectTypeBean(MutableObjectTypeBean objectTypeBean) |
ImportSource |
ImportSourceConfigurationFacadeImpl.createPredefinedConfiguration(Integer importSourceId,
ObjectTypeBean optionalParent) |
void |
ImportSourceConfigurationFacadeImpl.createPredefinedStructure(Integer importSourceId,
ObjectTypeBean optionalParent) |
ReferenceTypeBean |
ConfigureFacadeImpl.createReferenceTypeBean(ReferenceTypeBean referenceTypeBean) |
StatusTypeBean |
ConfigureFacadeImpl.createStatusTypeBean(StatusTypeBean statusTypeBean) |
WatcherBean |
ObjectFacadeImpl.createWatcherBean(int objectId,
String userKey) |
AttachmentBean |
ObjectFacadeImpl.deleteAttachmentBean(int attachmentId) |
void |
ObjectFacadeImpl.deleteCommentBean(int commentBeanId) |
void |
ConfigureFacadeImpl.deleteGroupRoleActor(String groupName) |
void |
ConfigureFacadeImpl.deleteIconBean(int id) |
void |
ImportSourceConfigurationFacadeImpl.deleteImportSource(Integer importSourceId) |
void |
ImportSourceConfigurationFacadeImpl.deleteImportSourceOT(Integer importSourceOT) |
void |
ImportSourceConfigurationFacadeImpl.deleteImportSourceOTAttr(Integer importSourceOTAttr) |
void |
ObjectFacadeImpl.deleteObjectAttributeBean(int id)
Deprecated.
|
void |
ObjectFacadeImpl.deleteObjectAttributeBean(int id,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption)
Deprecated.
|
void |
ObjectFacadeImpl.deleteObjectAttributeBean(long id) |
void |
ObjectFacadeImpl.deleteObjectAttributeBean(long id,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) |
void |
ObjectFacadeImpl.deleteObjectBean(int id) |
void |
ObjectFacadeImpl.deleteObjectBean(int id,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) |
void |
ObjectSchemaFacadeImpl.deleteObjectSchemaBean(int id) |
void |
ObjectTypeAttributeFacadeImpl.deleteObjectTypeAttributeBean(int id) |
void |
ObjectTypeFacadeImpl.deleteObjectTypeBean(int id) |
void |
ConfigureFacadeImpl.deleteReferenceTypeBean(int id) |
void |
ConfigureFacadeImpl.deleteStatusTypeBean(int id) |
void |
ObjectFacadeImpl.deleteWatcherBean(WatcherBean watcherBean) |
GroovyResponseBean |
GroovyFacadeImpl.evaluateGroovy(GroovyBean groovyBean) |
String |
ConfigureFacadeImpl.exportObjectSchemaConfiguration(int id)
Deprecated.
Use
ObjectSchemaExportService.streamSchemaToClient(ExportObjectSchemaDataBean) instead.
Due to being deprecated, this method will NOT support auditing.
This method will be removed with Jira 6.0 platform release. |
List<IconBean> |
ConfigureFacadeImpl.findAllIconBeans(int objectSchemaId) |
List<ReferenceTypeBean> |
ConfigureFacadeImpl.findAllReferenceTypeBeans(int objectSchemaId) |
List<StatusTypeBean> |
ConfigureFacadeImpl.findAllStatusTypeBeans(int objectSchemaId) |
List<AttachmentBean> |
ObjectFacadeImpl.findAttachmentBeans(int objectId) |
List<CommentBean> |
ObjectFacadeImpl.findCommentBeans(int objectId) |
CustomFieldConfigBean |
CustomFieldFacadeImpl.findConfigurationFor(Long fieldConfigId) |
List<IconBean> |
ConfigureFacadeImpl.findGlobalIconBeans() |
List<ReferenceTypeBean> |
ConfigureFacadeImpl.findGlobalReferenceTypeBeans() |
List<StatusTypeBean> |
ConfigureFacadeImpl.findGlobalStatusTypeBeans() |
List<IconBean> |
ConfigureFacadeImpl.findIconBeans(int objectSchemaId) |
List<ImportSource> |
ImportSourceConfigurationFacadeImpl.findImportSourcesByModule(String moduleKey) |
List<ImportSource> |
ImportSourceConfigurationFacadeImpl.findImportSourcesBySchema(Integer objectSchemaId) |
List<ImportSource> |
ImportSourceConfigurationFacadeImpl.findImportSourcesForObjectTypeId(Integer objectTypeId) |
List<ObjectAttributeBean> |
ObjectFacadeImpl.findObjectAttributeBeans(int objectId) |
List<ObjectHistoryBean> |
ObjectFacadeImpl.findObjectHistoryBean(int objectId) |
List<ObjectBean> |
IQLFacadeImpl.findObjects(int schemaId,
String iql) |
ObjectResultBean |
IQLFacadeImpl.findObjects(int schemaId,
String iql,
int start,
int limit,
boolean asc,
Integer orderByAttrTypeId) |
List<ObjectBean> |
IQLFacadeImpl.findObjects(String iql) |
ObjectResultBean |
IQLFacadeImpl.findObjects(String iql,
int start,
int limit) |
List<ObjectBean> |
IQLFacadeImpl.findObjectsByIQL(String iql) |
List<ObjectBean> |
IQLFacadeImpl.findObjectsByIQLAndSchema(int schemaId,
String iql) |
List<ObjectSchemaBean> |
ObjectSchemaFacadeImpl.findObjectSchemaBeans() |
List<ObjectTicketConnectionEntry> |
ObjectFacadeImpl.findObjectTicketConnections(int objectId) |
List<ObjectTicketConnectionEntry> |
ObjectFacadeImpl.findObjectTicketConnections(int objectId,
int offset,
int limit) |
List<ObjectTicketConnectionEntry> |
ObjectFacadeImpl.findObjectTicketConnections(long ticketId) |
List<ObjectTypeAttributeBean> |
ObjectTypeAttributeFacadeImpl.findObjectTypeAttributeBeans(int objectTypeId) |
List<ObjectTypeAttributeBean> |
ObjectTypeAttributeFacadeImpl.findObjectTypeAttributeBeansByFilter(Predicate<ObjectTypeAttributeBean> predicate) |
List<ObjectTypeBean> |
ObjectTypeFacadeImpl.findObjectTypeBeanChildrens(int objectTypeId) |
List<ObjectTypeBean> |
ObjectTypeFacadeImpl.findObjectTypeBeanChildrens(int objectTypeId,
Object object)
Deprecated.
|
List<ObjectTypeBean> |
ObjectTypeFacadeImpl.findObjectTypeBeans(int objectSchemaId) |
List<ObjectTypeBean> |
ObjectTypeFacadeImpl.findObjectTypeBeans(int objectSchemaId,
Object object)
Deprecated.
|
List<ObjectTypeBean> |
ObjectTypeFacadeImpl.findObjectTypeBeansFlat(int objectSchemaId) |
List<ObjectTypeAttributeBean> |
ObjectTypeAttributeFacadeImpl.findReferencedObjectTypeAttributeBeans(int objectTypeId) |
List<ReferenceTypeBean> |
ConfigureFacadeImpl.findReferenceTypeBeans(int objectSchemaId) |
List<RoleBean> |
ConfigureFacadeImpl.findRoleBeans() |
List<RoleBean> |
ConfigureFacadeImpl.findRoleBeansByObjectSchema(int objectSchemaId) |
List<RoleBean> |
ConfigureFacadeImpl.findRoleBeansByObjectType(int objectTypeId) |
List<StatusTypeBean> |
ConfigureFacadeImpl.findStatusTypeBeans(int objectSchemaId) |
List<WatcherBean> |
ObjectFacadeImpl.findWatcherBeans(int objectId) |
Progress |
ProgressFacadeImpl.getProgress(ProgressId id) |
boolean |
ProgressFacadeImpl.isInProgress(ProgressId id) |
boolean |
ProgressFacadeImpl.isProgressFinished(ProgressId id) |
AttachmentBean |
ObjectFacadeImpl.loadAttachmentBeanById(int id) |
CommentBean |
ObjectFacadeImpl.loadCommentBean(int commentId) |
IconBean |
ConfigureFacadeImpl.loadIconBean(int id) |
IconBean |
ConfigureFacadeImpl.loadIconBean(int objectSchemaId,
String name) |
ImportSource |
ImportSourceConfigurationFacadeImpl.loadImportSource(Integer importSourceId) |
ImportSourceOT |
ImportSourceConfigurationFacadeImpl.loadImportSourceOT(Integer importSourceOTId) |
ImportSourceOTAttr |
ImportSourceConfigurationFacadeImpl.loadImportSourceOTAttr(Integer importSourceOTAttrId) |
ImportSource |
ImportSourceConfigurationFacadeImpl.loadImportSourceWithMaskedPasswords(Integer importSourceId) |
ObjectAttributeBean |
ObjectFacadeImpl.loadObjectAttributeBean(int id)
Deprecated.
Will be removed. Use loadObjectAttributeBean(objectId, objectTypeAttributeId) instead
|
ObjectAttributeBean |
ObjectFacadeImpl.loadObjectAttributeBean(int objectId,
int objectTypeAttributeId) |
ObjectAttributeBean |
ObjectFacadeImpl.loadObjectAttributeBean(int objectId,
int objectTypeAttributeId,
boolean ignorePermissionCheck) |
ObjectAttributeBean |
ObjectFacadeImpl.loadObjectAttributeBean(int objectId,
String objectTypeAttributeName) |
ObjectBean |
ObjectFacadeImpl.loadObjectBean(int id) |
ObjectBean |
ObjectFacadeImpl.loadObjectBean(String key) |
ObjectSchemaBean |
ObjectSchemaFacadeImpl.loadObjectSchema(int id) |
ObjectSchemaBean |
ObjectSchemaFacadeImpl.loadObjectSchemaBean(int id) |
ObjectTypeBean |
ObjectTypeFacadeImpl.loadObjectType(int id) |
ObjectTypeBean |
ObjectTypeFacadeImpl.loadObjectType(int id,
Object object)
Deprecated.
|
ObjectTypeAttributeBean |
ObjectTypeAttributeFacadeImpl.loadObjectTypeAttribute(int id) |
ObjectTypeAttributeBean |
ObjectTypeAttributeFacadeImpl.loadObjectTypeAttribute(int objectTypeId,
String name) |
ObjectTypeAttributeBean |
ObjectTypeAttributeFacadeImpl.loadObjectTypeAttribute(int objectTypeId,
String name,
boolean ignorePermissionCheck) |
ObjectTypeAttributeBean |
ObjectTypeAttributeFacadeImpl.loadObjectTypeAttributeBean(int id) |
ObjectTypeAttributeBean |
ObjectTypeAttributeFacadeImpl.loadObjectTypeAttributeBean(int objectTypeId,
String name)
Deprecated.
|
ObjectTypeBean |
ObjectTypeFacadeImpl.loadObjectTypeBean(int id) |
ObjectTypeBean |
ObjectTypeFacadeImpl.loadObjectTypeBean(int id,
Object object)
Deprecated.
|
ReferenceTypeBean |
ConfigureFacadeImpl.loadReferenceTypeBean(int id) |
ReferenceTypeBean |
ConfigureFacadeImpl.loadReferenceTypeBean(int id,
String name) |
RoleActorBean |
ConfigureFacadeImpl.loadRoleActorBean(int id) |
RoleBean |
ConfigureFacadeImpl.loadRoleBean(int id) |
StatusTypeBean |
ConfigureFacadeImpl.loadStatusTypeBean(int id) |
StatusTypeBean |
ConfigureFacadeImpl.loadStatusTypeBean(int objectSchemaId,
String name) |
WatcherBean |
ObjectFacadeImpl.loadWatcherBean(int objectId,
String userKey) |
void |
ObjectTypeAttributeFacadeImpl.moveObjectTypeAttributeBean(int affectedId,
Integer afterId,
int objectTypeId) |
List<String> |
ImportSourceConfigurationFacadeImpl.passwordFieldNamesInModuleConfig(Integer importSourceId) |
void |
ObjectFacadeImpl.restoreObjectBean(int id) |
void |
ObjectFacadeImpl.restoreObjectBean(int id,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) |
void |
ObjectFacadeImpl.restoreObjectBean(String objectKey) |
void |
ObjectFacadeImpl.restoreObjectBean(String objectKey,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) |
Progress |
ImportSourceConfigurationFacadeImpl.startImportSource(int importSourceId) |
Progress |
ImportSourceConfigurationFacadeImpl.startImportSourceForSpecificOTs(int importSourceId,
List<Integer> importSourceOTIds) |
void |
ConfigureFacadeImpl.storeActorsForRoleBean(Map<String,Set<String>> newRoleActorBeans,
int roleBeanId) |
CommentBean |
ObjectFacadeImpl.storeCommentBean(CommentBean commentBean) |
ImportSource |
ImportSourceConfigurationFacadeImpl.storeImportSource(ImportSource importSource) |
ImportSourceOT |
ImportSourceConfigurationFacadeImpl.storeImportSourceOT(ImportSourceOT importSourceOT) |
ImportSourceOTAttr |
ImportSourceConfigurationFacadeImpl.storeImportSourceOTAttr(ImportSourceOTAttr importSourceOTAttr) |
ObjectAttributeBean |
ObjectFacadeImpl.storeObjectAttributeBean(MutableObjectAttributeBean objectAttributeBean) |
ObjectAttributeBean |
ObjectFacadeImpl.storeObjectAttributeBean(MutableObjectAttributeBean objectAttributeBean,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) |
ObjectAttributeBean |
ObjectFacadeImpl.storeObjectAttributeBean(ObjectAttributeBean objectAttributeBean) |
ObjectBean |
ObjectFacadeImpl.storeObjectBean(MutableObjectBean objectBean) |
ObjectBean |
ObjectFacadeImpl.storeObjectBean(MutableObjectBean objectBean,
byte[] avatarData,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) |
ObjectBean |
ObjectFacadeImpl.storeObjectBean(MutableObjectBean objectBean,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) |
ObjectBean |
ObjectFacadeImpl.storeObjectBeanIgnoreAttributeValidation(MutableObjectBean objectBean) |
ObjectSchemaBean |
ObjectSchemaFacadeImpl.storeObjectSchemaBean(ObjectSchemaBean objectSchemaBean) |
void |
ObjectSchemaFacadeImpl.storeObjectSchemaProperty(int objectSchemaId,
ObjectSchemaPropertyBean objectSchemaPropertyBean) |
ObjectTypeAttributeBean |
ObjectTypeAttributeFacadeImpl.storeObjectTypeAttributeBean(MutableObjectTypeAttributeBean objectTypeAttributeBean,
int objectTypeId) |
ObjectTypeBean |
ObjectTypeFacadeImpl.storeObjectTypeBean(MutableObjectTypeBean objectTypeBean)
Deprecated.
|
ObjectTypeBean |
ObjectTypeFacadeImpl.storeObjectTypeBeanChild(MutableObjectTypeBean objectTypeBean)
Deprecated.
|
ObjectTypeBean |
ObjectTypeFacadeImpl.storeObjectTypeBeanHead(MutableObjectTypeBean objectTypeBean)
Deprecated.
|
IconBean |
ConfigureFacadeImpl.updateIconBean(IconBean iconBean) |
ObjectTypeBean |
ObjectTypeFacadeImpl.updateObjectTypeBean(MutableObjectTypeBean objectTypeBean) |
ReferenceTypeBean |
ConfigureFacadeImpl.updateReferenceTypeBean(ReferenceTypeBean referenceTypeBean) |
StatusTypeBean |
ConfigureFacadeImpl.updateStatusTypeBean(StatusTypeBean statusTypeBean) |
void |
IQLFacadeImpl.validateIQL(int schemaId,
String iql)
Deprecated.
|
void |
IQLFacadeImpl.validateIQL(String iql) |
void |
ProgressFacadeImpl.waitForProgressToComplete(Progress progress) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionInsightException
The ConnectionInsightException to throw when a connection is unsuccessful
|
class |
DataInconsistencyInsightException |
class |
ExportInsightException
An exception indicating a failure of an export of Assets data.
|
class |
FormatInsightException |
class |
GroovyInsightException |
class |
IllegalArchivedObjectModificationException
The IllegalArchivedObjectModificationException to throw when an attempt is made to modify an archived object.
|
class |
IllegalStateInsightException
Something is in an illegal state
|
class |
ImportInsightException
The ImportInsightException to throw when an import is not successful.
|
class |
ImportObjectSchemaException |
class |
InsightLockedException
The InsightLockedException to throw when an action was prevented during reindex.
|
class |
InsightProgressIllegalStateException |
class |
IQLConversionInsightException
This exception should only be used for AQL conversion
|
class |
IQLValidationException |
class |
NotFoundInsightException
The NotFoundInsightException to throw when a resource couldn't be found.
|
class |
OptimisticLockException
The OptimisticLockException to throw when attempt to update object attribute fails.
|
class |
PermissionInsightException
The PermissionInsightException to throw when an permission exception has occured.
|
class |
RuntimeInsightException
The RuntimeInsightException is a wrapper of an unexpected RuntimeException.
|
class |
ValidationInsightException |
class |
ValidationInsightSystemException
This exception should only be seen as a start related to refactoring the "Validation exception" handling in Assets
and will be changed in the future.
|
class |
ValidationInsightZipException |
Modifier and Type | Method and Description |
---|---|
InsightException |
ImportObjectSchemaException.getCauseException() |
Constructor and Description |
---|
ImportObjectSchemaException(int objectSchemaId,
InsightException cause) |
Modifier and Type | Method and Description |
---|---|
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createObjectAttributeBean(ObjectTypeAttributeBean ota,
DateFormat dateFormat,
DateFormat dateTimeFormat,
String... values)
Creates an object attribute bean of the type specified by the object type supplied.
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createObjectAttributeBean(ObjectTypeAttributeBean ota,
DateFormat dateFormat,
DateFormat dateTimeFormat,
String... values)
Creates an object attribute bean of the type specified by the object type supplied.
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createObjectAttributeBean(ObjectTypeAttributeBean ota,
String... values)
Creates an object attribute bean by using the jira default date format as well as the jira date time format if
the object type attribute supplied is of date or date time format respectively.
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createObjectAttributeBean(ObjectTypeAttributeBean ota,
String... values)
Creates an object attribute bean by using the jira default date format as well as the jira date time format if
the object type attribute supplied is of date or date time format respectively.
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createObjectAttributeBeanForObject(ObjectBean objectBean,
ObjectTypeAttributeBean ota,
DateFormat dateFormat,
DateFormat dateTimeFormat,
String... values)
Creates an object attribute bean with the specified date format and date time format for the supplied object
bean.
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createObjectAttributeBeanForObject(ObjectBean objectBean,
ObjectTypeAttributeBean ota,
DateFormat dateFormat,
DateFormat dateTimeFormat,
String... values)
Creates an object attribute bean with the specified date format and date time format for the supplied object
bean.
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createObjectAttributeBeanForObject(ObjectBean objectBean,
ObjectTypeAttributeBean ota,
String... values)
Creates an object attribute bean of the given
ObjectTypeAttributeBean type and with the supplied values. |
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createObjectAttributeBeanForObject(ObjectBean objectBean,
ObjectTypeAttributeBean ota,
String... values)
Creates an object attribute bean of the given
ObjectTypeAttributeBean type and with the supplied values. |
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createReferenceAttributeValue(ObjectTypeAttributeBean ota,
Predicate<ObjectBean> predicate) |
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createReferenceAttributeValue(ObjectTypeAttributeBean ota,
Predicate<ObjectBean> predicate) |
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createStatusAttributeValue(ObjectTypeAttributeBean ota,
Predicate<StatusTypeBean> predicate) |
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createStatusAttributeValue(ObjectTypeAttributeBean ota,
Predicate<StatusTypeBean> predicate) |
Copyright © 2024 Atlassian. All rights reserved.