Uses of Class
de.aristaflow.adept2.util.CheckReport
Packages that use CheckReport
Package
Description
Constraints for a viewer interface:
It must be an interface.
-
Uses of CheckReport in de.aristaflow.adept2.core.activityrepository
Methods in de.aristaflow.adept2.core.activityrepository that return CheckReportModifier and TypeMethodDescriptionRevisionManager.checkBranch(SessionToken session, long branch, Locale... locales) Checks the designated branch for inheritance conflicts.ActivityTemplateDefinitionManager.simulateUpdateOfDevelopmentATD(SessionToken session, String ecName, String operationName, String atdName, long branch) Simulates updating of the designated activity template definition in the designated branch, that is only the designated activity template definition of the branch is checked for whether it can be updated to the latest revision.ConfigurationSetManager.simulateUpdateOfDevelopmentCS(SessionToken session, String csName, long branch) Simulates updating of the designated configuration set in the designated branch, that is only the designated configuration set of the branch is checked for whether it can be updated to the latest revision.ExecutableComponentDescriptionManager.simulateUpdateOfDevelopmentECD(SessionToken session, String ecName, long branch) Simulates updating of the designated executable component description in the designated branch, that is only the designated executable component description of the branch is checked for whether it can be updated to the latest revision.IconManager.simulateUpdateOfDevelopmentIcon(SessionToken session, UUID iconID, long branch) Simulates updating of the designated icon (and its descriptor) in the designated branch, that is only the designated icon of the branch is checked for whether it can be updated to the latest revision.IdentifierManager.simulateUpdateOfDevelopmentIdentifier(SessionToken session, UUID identifierID, long branch) Simulates updating of the designated identifier in the designated branch, that is only the designated identifier of the branch is checked for whether it can be updated to the latest revision.OperationManager.simulateUpdateOfDevelopmentOperation(SessionToken session, String ecName, String operationName, long branch) Simulates updating of the designated operation in the designated branch, that is only the designated operation of the branch is checked for whether it can be updated to the latest revision.ResourceManager.simulateUpdateOfDevelopmentResource(SessionToken session, UUID resourceID, long branch) Simulates updating of the designated resource (and its descriptor) in the designated branch, that is only the designated resource of the branch is checked for whether it can be updated to the latest revision.RevisionManager.updateBranch(SessionToken session, long branch, boolean force, Locale... locales) Updates the designated branch, that is, all changes made to the production revisions since creating or last updating the branch will be incorporated in the branch. -
Uses of CheckReport in de.aristaflow.adept2.core.changeoperations
Methods in de.aristaflow.adept2.core.changeoperations with parameters of type CheckReportModifier and TypeMethodDescriptionstatic booleanAddNodeSystemParameter.isPossible(Instance instance, int nodeID, ActivityConstants.AccessType type, ProcessModelParameter parameter, CheckReport checkReport) Check if it is possible (concerning structural correctness and state based correctness) to add the given system parameter to the given node.static booleanAddNodeSystemParameter.isPossible(Instance instance, int nodeId, Node node, ActivityConstants.AccessType type, ProcessModelParameter parameter, CheckReport checkReport) Check whether it is possible (concerning structural and state-based correctness) to add the designated system parameter to the designated node.static booleanAddNodeSystemParameter.isPossible(Template template, int nodeID, ActivityConstants.AccessType type, ProcessModelParameter parameter, CheckReport checkReport) Check if it is possible (concerning structural correctness) to add the given system parameter to the given node.static booleanAddNodeSystemParameter.isPossible(Template template, int nodeId, Node node, ActivityConstants.AccessType type, ProcessModelParameter parameter, CheckReport checkReport) Check whether it is possible (concerning structural correctness) to add the designated system parameter to the designated node.protected static booleanAddSystemDataFlow.isPossible(Instance instance, int producerNodeID, SystemDataProducer systemDataType, int consumerNodeID, CheckReport checkReport) Check if it is possible (concerning structural correctness and state based correctness) to add a system data flow of the given type between the given nodes.static booleanAddSystemDataFlow.isPossible(Instance instance, int producerNodeID, SystemDataProducer systemDataType, int consumerNodeID, String inputParameterName, CheckReport checkReport) Check if it is possible (concerning structural correctness and state based correctness) to add a system data flow of the given type between the given nodes.protected static booleanAddSystemDataFlow.isPossible(Template template, int prodNodeId, SystemDataProducer systemDataType, int consNodeId, CheckReport checkReport) Check if it is possible (concerning structural correctness) to add a system data flow of the given type between the given nodes.static booleanAddSystemDataFlow.isPossible(Template template, int producerNodeID, SystemDataProducer systemDataType, int consumerNodeID, String inputParameterName, CheckReport checkReport) Check if it is possible (concerning structural correctness) to add a system data flow of the given type between the given nodes.static booleanAssignEmptyEmbeddedSubprocess.isPossible(Instance instance, int nodeID, CheckReport checkReport) Checks if the assignment of an empty embedded subprocess is valid (concerning structural and state-based correctness) for the given instance.static booleanAssignEmptyEmbeddedSubprocess.isPossible(Template template, int nodeID, CheckReport checkReport) Checks if the assignment of an empty embedded subprocess is valid (concerning structural correctness) for the given template.static booleanCopyNode.isPossible(ChangeableInstance sourceInstance, Instance targetInstance, int nodeToCopyID, int predID, int succID, CheckReport checkReport) Check if it is possible (concerning structural and state based correctness) to copy the given node to the specified target position in the given instance.static booleanCopyNode.isPossible(Template sourceTemplate, Template targetTemplate, int nodeToCopyID, int predID, int succID, CheckReport checkReport) Check if it is possible (concerning structural correctness) to copy the given node to the specified target position in the given template.static booleanCreateSurroundingBlock.isPossible(ChangeableInstance instance, Node first, Node last, ProcessConstants.BlockType type, CheckReport checkReport) Check if it is possible (concerning structural and state-based correctness) to create a block which surrounds the two given nodes in the given template.static booleanCreateSurroundingBlock.isPossible(Template template, Node first, Node last, ProcessConstants.BlockType type, CheckReport checkReport) Check if it is possible (concerning structural correctness) to create a block which surrounds the two given nodes in the given template.static booleanDeleteBorderNodes.isPossible(ChangeableInstance instance, Node split, Node join, CheckReport checkReport) Checks if it is possible (concerning structural and state-based correctness) to delete start and end nodes of the current block in the given instance.static booleanDeleteBorderNodes.isPossible(Template template, Node split, Node join, CheckReport checkReport) Checks if it is possible (concerning structural correctness) to delete start and end nodes of the current block in the given template.static booleanDeleteDataEdge.isPossible(ChangeableInstance instance, Node node, DataElement dataElement, ActivityConstants.AccessType type, CheckReport checkReport) Check if it is possible (concerning structural and state-based correctness) to delete the data edge between the given node and the data element.static booleanDeleteDataEdge.isPossible(Template template, Node node, DataElement dataElement, ActivityConstants.AccessType type, CheckReport checkReport) Check if it is possible (concerning structural correctness) to delete the data edge between the given node and the data element.static booleanDeleteDataElement.isPossible(ChangeableInstance instance, DataElement dataElement, CheckReport checkReport) checks if it is valid (concerning structural and state based correctness) to delete the given data element from the instance If not, the reasons are stored in the check report.static booleanDeleteDataElement.isPossible(Template template, DataElement dataElement, CheckReport checkReport) Checks if it is valid (concerning structural correctness) to delete the given data element from the template.static booleanDeleteEmptyBranch.isPossible(ChangeableInstance instance, Node split, Node join, CheckReport checkReport) Checks if it is valid (concerning structural and state-based correctness) to delete the given branch from the instance.static booleanDeleteEmptyBranch.isPossible(Template template, Node split, Node join, CheckReport checkReport) Checks if it is valid (concerning structural correctness) to delete the given branch from the template.static booleanDeleteNode.isPossible(ChangeableInstance instance, Node node, CheckReport checkReport) Checks if it is valid to delete the node (concerning structural and state-based aspects) from the given instance.static booleanDeleteNode.isPossible(Template template, Node node, CheckReport checkReport) Checks if it is valid to delete the node (concerning structural aspects) from the given template.static booleanInsertBetweenNodeSets.isPossible(Instance instance, List<Integer> preds, List<Integer> succs, CheckReport checkReport) Check if it is possible (concerning structural and state based correctness) to insert a node which is executed after the nodes given in preds and before the nodes given in succs in the given instance.static booleanInsertBetweenNodeSets.isPossible(Template template, List<Integer> preds, List<Integer> succs, CheckReport checkReport) Check if it is possible (concerning structural correctness) to insert a node which is executed after the nodes given in preds and before the nodes given in succs in the given template.static booleanInsertDataEdge.isPossible(ChangeableInstance instance, Node node, DataElement[] dataElements, ActivityConstants.AccessType type, CheckReport checkReport) Check if it is possible (concerning structural and state-based correctness) to insert data edges of the given type between the given node and the data elements in the instance.static booleanInsertDataEdge.isPossible(ChangeableInstance instance, Node node, DataElement dataElement, ActivityConstants.AccessType type, CheckReport checkReport) Check if it is possible (concerning structural and state-based correctness) to insert a data edge of the given type between the given node and the data element in the instance.static booleanInsertDataEdge.isPossible(ChangeableInstance instance, Node node, DataElement dataElement, String paramName, ActivityConstants.AccessType type, CheckReport checkReport) Check if it is possible (concerning structural and state-based correctness) to connect the parameter of the given node with the given data element via a data edge of the given type in the instance.static booleanInsertDataEdge.isPossible(Template template, Node node, DataElement[] dataElements, ActivityConstants.AccessType type, CheckReport checkReport) Check if it is possible (concerning structural correctness) to insert data edges of the given type between the given node and the data elements in the template.static booleanInsertDataEdge.isPossible(Template template, Node node, DataElement dataElement, ActivityConstants.AccessType type, CheckReport checkReport) Check if it is possible (concerning structural correctness) to insert a data edge of the given type between the given node and the data element in the template.static booleanInsertDataEdge.isPossible(Template template, Node node, DataElement dataElement, String paramName, ActivityConstants.AccessType type, CheckReport checkReport) Check if it is possible (concerning structural correctness) to connect the parameter of the given node with the given data element via a data edge of the given type in the template.static booleanInsertDataElement.isPossible(ChangeableInstance instance, DataElement dataElement, CheckReport checkReport) Check if it is possible (concerning structural and state based correctness) to insert a new data element given as a data element container object (without an id) in the instance.static booleanInsertDataElement.isPossible(ChangeableInstance instance, CheckReport checkReport) Check if it is possible to insert a new data element (concerning structural and state based correctness) in the instance.static booleanInsertDataElement.isPossible(Template template, DataElement dataElement, CheckReport checkReport) Check if it is possible (concerning structural aspects) to insert a new data element given as a data element container object (without an id) in the template.static booleanInsertDataElement.isPossible(Template template, CheckReport checkReport) Check if it is possible to insert a new data element (concerning structural aspects) to insert a new data element in the template.static booleanInsertEmptyBlock.isPossible(ChangeableInstance instance, Node pred, Node succ, CheckReport checkReport) Checks if it is possible (concerning structural and state-based correctness) to insert an empty block in the given instance.static booleanInsertEmptyBlock.isPossible(Template template, Node pred, Node succ, CheckReport checkReport) Checks if it is possible (concerning structural correctness) to insert an empty block in the given template.static booleanInsertEmptyBranch.isPossible(ChangeableInstance instance, Node split, Node join, CheckReport checkReport) Checks if it is possible (concerning structural and state-based correctness) to insert an empty branch between split and join in the given instance.static booleanInsertEmptyBranch.isPossible(Template template, Node split, Node join, CheckReport checkReport) Checks if it is possible (concerning structural correctness) to insert an empty branch between split and join in the template.static booleanInsertNode.isPossible(Instance instance, Node pred, Node succ, CheckReport checkReport) Check if it is possible (concerning structural and state based correctness) to insert a node between the two given nodes in the given instance.static booleanInsertNode.isPossible(Template template, Node pred, Node succ, CheckReport checkReport) Check if it is possible (concerning structural correctness) to insert a node between the two given nodes in the given template.static booleanMoveNodes.isPossible(ChangeableInstance instance, Node first, Node last, Node pred, Node succ, CheckReport checkReport) Check if it is possible (concerning structural and state-based aspects) to move the nodes between first and last to the position between pred and succ in the given instance.static booleanMoveNodes.isPossible(Template template, Node first, Node last, Node pred, Node succ, CheckReport checkReport) Check if it is possible (concerning structural aspects) to move the nodes between first and last to the position between pred and succ in the given template.static booleanReconnectDataEdge.isPossible(ChangeableInstance instance, int nodeID, int dataElementID, DataEdge dataEdge, ProcessModelParameter param, CheckReport checkReport) Check if it is possible to reconnect the given data edge (respectively the connected data element) to the given parameter in the template.static booleanReconnectDataEdge.isPossible(Template template, int nodeID, int dataElementID, DataEdge dataEdge, ProcessModelParameter param, CheckReport checkReport) Check if it is possible to reconnect the given data edge (respectively the connected data element) to the given parameter in the template.static booleanRemoveExecutableBusinessProcess.isPossible(ChangeableInstance instance, Node node, CheckReport checkReport) Checks if it is valid (concerning structural and state-based correctness) to remove/delete the EBP from the given node.static booleanRemoveExecutableBusinessProcess.isPossible(Template template, Node node, CheckReport checkReport) Checks if it is valid (concerning structural correctness) to remove/delete the EBP from the given node in the given template.static booleanRemoveNodeSystemParameter.isPossible(Instance instance, int nodeID, ActivityConstants.AccessType type, String parameterName, CheckReport checkReport) Check if it is possible (concerning structural correctness and state based correctness) to remove the given system parameter from the given node.static booleanRemoveNodeSystemParameter.isPossible(Instance inst, int nodeId, Node node, ActivityConstants.AccessType type, String paramName, CheckReport checkReport) Gets whether it is possible (concerning structural correctness and state-based correctness) to remove the designated system parameter from the designated node.static booleanRemoveNodeSystemParameter.isPossible(Template template, int nodeID, ActivityConstants.AccessType type, String parameterName, CheckReport checkReport) Check if it is possible (concerning structural correctness) to remove the given system parameter from the given node.static booleanRemoveNodeSystemParameter.isPossible(Template templ, int nodeId, Node node, ActivityConstants.AccessType type, String paramName, CheckReport checkReport) Gets whether it is possible (concerning structural correctness) to remove the designated system parameter from the designated node.static booleanRemoveSystemDataFlow.isPossible(Instance instance, int nodeID, String inputParameterName, CheckReport checkReport) Check if it is possible (concerning structural correctness and state based correctness) to remove the system data flow flow which is connected with the given parameter.static booleanRemoveSystemDataFlow.isPossible(Template template, int nodeID, String inputParameterName, CheckReport checkReport) Check if it is possible (concerning structural correctness) to remove the system data flow which is connected with the given parameter.static booleanSwapDataElementParameterConnections.isPossible(ChangeableInstance instance, int nodeID, int dataElementID1, DataEdge dataEdge1, int dataElementID2, DataEdge dataEdge2, CheckReport checkReport) Check if it is possible to swap the parameter data element connections of the given data edges in the given instance.static booleanSwapDataElementParameterConnections.isPossible(Template template, int nodeID, int dataElementID1, DataEdge dataEdge1, int dataElementID2, DataEdge dataEdge2, CheckReport checkReport) Check if it is possible (concerning structural correctness) to swap the parameter data element connections of the given data edges in the given template.static booleanToggleNodeVisibility.isPossible(ChangeableInstance instance, int nodeID, boolean hidden, CheckReport checkReport) Checks if it is valid to change the visibility of a node in the given instance.static booleanToggleNodeVisibility.isPossible(Template template, int nodeID, boolean hidden, CheckReport checkReport) /** Checks if it is valid to change the visibility of a node in the template.static booleanToggleSyncEdge.isPossible(ChangeableInstance instance, Node pred, Node succ, CheckReport checkReport) Check, if a sync edge between the given nodes is possible (concerning structural and state-based correctness)in the instance.static booleanToggleSyncEdge.isPossible(Template template, Node pred, Node succ, CheckReport checkReport) Check, if a sync edge between the given nodes is possible (concerning structural correctness) in the template.static booleanUpdateDataEdge.isPossible(ChangeableInstance instance, int nodeID, int dataElementID, ActivityConstants.AccessType type, CheckReport checkReport, ProcessConstants.DataEdgeProperty... dataEdgeProperties) Checks if it is valid (concerning structural and state based correctness) for the data edge (described by the given node ID and the given data element ID) to update the properties given bydataEdgePropertiesin the instance.static booleanUpdateDataEdge.isPossible(Template template, int nodeID, int dataElementID, ActivityConstants.AccessType type, CheckReport checkReport, ProcessConstants.DataEdgeProperty... dataEdgeProperties) Checks if it is valid (concerning structural correctness) for the data edge (described by the given node ID and the given data element ID) to update the properties given bydataEdgePropertiesin the template.static booleanUpdateDataElement.isPossible(ChangeableInstance instance, DataElement dataElement, CheckReport checkReport, ProcessConstants.DataElementProperty... dataElementProperties) Tests if it is valid (concerning structural and state-based correctness) to change the data element properties given bydataElementPropertiesin the instance.static booleanUpdateDataElement.isPossible(Template template, DataElement dataElement, CheckReport checkReport, ProcessConstants.DataElementProperty... dataElementProperties) Tests if it is valid (concerning structural correctness) to change the data element properties given bydataElementPropertiesin the template.static booleanUpdateExecutableBusinessProcess.isPossible(ChangeableInstance instance, int nodeID, ExecutableBusinessProcess ebp, CheckReport checkReport, ProcessConstants.ExecutableBusinessProcessProperty... ebpProperties) Tests if it is valid (concerning structural and state-based correctness) to change the executable business process properties given byebpPropertiesin the instance.static booleanUpdateExecutableBusinessProcess.isPossible(Template template, int nodeID, ExecutableBusinessProcess ebp, CheckReport checkReport, ProcessConstants.ExecutableBusinessProcessProperty... ebpProperties) Tests if it is valid (concerning structural correctness) to change the executable business process properties given byebpPropertiesin the template.static booleanUpdateInstance.isPossible(Instance instance, CheckReport checkReport, ProcessConstants.InstanceProperty... instanceProperties) TODO change instance to instance id if we have a process repository Checks if it is valid for the given instance to update the properties given byProperties.static booleanUpdateNode.isPossible(ChangeableInstance instance, Node node, CheckReport checkReport, ProcessConstants.NodeProperty... nodeProperties) Checks if it is valid (concerning structural and state based correctness) for the given node to update the properties given bynodePropertiesin the instance.static booleanUpdateNode.isPossible(Template template, Node node, CheckReport checkReport, ProcessConstants.NodeProperty... nodeProperties) Checks if it is valid (concerning structural correctness) for the given node to update the properties given bynodePropertiesin the template.static booleanUpdateNodeSystemDependency.isPossible(ChangeableInstance instance, Node tempNode, Map<String, Dependency> paramBindings, ProcessConstants.NodeProperty nodeProperty, CheckReport checkReport) Checks if the parameter binding is valid (concerning structural and state based correctness) for that property of the given container node which is referenced by the node propertynodePropertyin the related template.protected static booleanUpdateNodeSystemDependency.isPossible(Template templ, ChangeableInstance inst, Node tempNode, Map<String, Dependency> bindings, ProcessConstants.NodeProperty nodeProp, CheckReport cr) Gets whether updating the node system dependencies is possible for the designated template or the designated instance.static booleanUpdateNodeSystemDependency.isPossible(Template template, Node tempNode, Map<String, Dependency> paramBindings, ProcessConstants.NodeProperty nodeProperty, CheckReport checkReport) Checks if the parameter binding is valid (concerning structural correctness) for that property of the given container node which is referenced by the node propertynodePropertyin the related template.static booleanUpdatePluginDataContainer.isPossible(ChangeableInstance instance, PluginDataContainer pluginContainer, String extensionPointID, String pluginDataID, PluginData pluginData, CheckReport checkReport) Checks if it is valid (concerning structural correctness and state-based correctness) to update (add / remove) the plug in data for the Extension-Point given byextensionPointwith the value given bypluginDatain the plug in data container given bypluginContainer.static booleanUpdatePluginDataContainer.isPossible(Template template, PluginDataContainer pluginContainer, String extensionPointID, String pluginDataID, PluginData pluginData, CheckReport checkReport) Checks if it is valid (concerning structural correctness) to update (add / remove) the plug in data for the Extension-Point given byextensionPointwith the value given bypluginDatain the plug in data container given bypluginContainer.static booleanUpdateTemplate.isPossible(UUID templateID, CheckReport checkReport, ProcessConstants.TemplateProperty... templateProperties) Checks if it is valid for the template with the given id to update the properties given byProperties.static booleanUpdateUserAttribute.isPossible(ChangeableInstance instance, UserAttributeContainer attributeContainer, String name, String value, CheckReport checkReport) Checks if it is valid (concerning structural and state-based correctness) to update the user attribute of UserAttributeContainer given bynamewith the value given byvaluein the instance.static booleanUpdateUserAttribute.isPossible(Template template, UserAttributeContainer attributeContainer, String name, String value, CheckReport checkReport) Checks if it is valid (concerning structural correctness) to update the user attribute of UserAttributeContainer given bynamewith the value given byvaluein the template.static booleanAssignExecutableBusinessProcess.isPossibleId(ChangeableInstance instance, Node node, ExecutableBusinessProcess ebp, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, ProcessConstants.DataMappingType>> paramsWithoutExistingDataElements, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, Integer>> paramsWithExistingDataElements, CheckReport checkReport) Checks if the assignment of the EBP - especially the mappings in the given maps - are valid (concerning structural and state-based correctness) for the given instance.static booleanAssignExecutableBusinessProcess.isPossibleId(Template template, Node node, ExecutableBusinessProcess ebp, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, ProcessConstants.DataMappingType>> paramsWithoutExistingDataElements, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, Integer>> paramsWithExistingDataElements, CheckReport checkReport) Checks if the assignment of the EBP - especially the mappings in the given maps - are valid (concerning structural correctness) for the given template.static booleanMoveNodes.isValidMoveBlock(ChangeableInstance instance, Node first, Node last, CheckReport checkReport) Checks if the block given by first and last is valid (concerning structural and state-based aspects) for a move operation on the given instance.static booleanMoveNodes.isValidMoveBlock(Template template, Node first, Node last, CheckReport checkReport) Checks if the block given by first and last is valid (concerning structural aspects) for a move operation on the given template.static booleanCopyNode.isValidNodeToCopy(ChangeableInstance instance, int nodeToCopyID, CheckReport checkReport) Checks if the given node is a node which can be copied (concerning structural and state-based aspects) in the given instance.static booleanCopyNode.isValidNodeToCopy(Template template, int nodeToCopyID, CheckReport checkReport) Checks if the given node is a node which can be copied (concerning structural aspects) in the given template. -
Uses of CheckReport in de.aristaflow.adept2.core.checks.processmodel
Methods in de.aristaflow.adept2.core.checks.processmodel with parameters of type CheckReportModifier and TypeMethodDescriptionfinal booleanAbstractProcessTemplateCheck.performCheck(Template template, NodeRelations relations, CheckReport checkReport) booleanCompositeProcessTemplateCheck.performCheck(Template template, NodeRelations relations, CheckReport checkReport) booleanProcessInstanceCheck.performCheck(Instance instance, NodeRelations relations, CheckReport checkReport) booleanProcessTemplateCheck.performCheck(Template template, NodeRelations relations, CheckReport checkReport) Performs the check on the given template.booleanProcessTemplateCheckRunner.performCheck(Template template, NodeRelations relations, CheckReport checkReport) protected abstract voidAbstractProcessTemplateCheck.performCheckSpi(Template template, NodeRelations relations, CheckReport checkReport) This is the method that must be implemented in subclasses and its purpose is to perform all required checks. -
Uses of CheckReport in de.aristaflow.adept2.core.processmanager
Methods in de.aristaflow.adept2.core.processmanager that return CheckReportModifier and TypeMethodDescriptionTemplateManager.storeNewTemplate(SessionToken session, Template template, TemplateStatus templateStatus, Locale... locales) Stores the designated template and the corresponding status object in the process manager.TemplateManager.storeNewTemplates(SessionToken session, Template[] templates, TemplateStatus[] templateStatuses, Locale... locales) Stores the designated templates and the corresponding status objects in the process manager.Methods in de.aristaflow.adept2.core.processmanager with parameters of type CheckReportModifier and TypeMethodDescriptionstatic booleanProcessManagerTools.templatesStored(CheckReport checkReport, ADEPT2Service processManager) Gets whether the designated check report indicates no problems and a successful storing (in the designated process manager). -
Uses of CheckReport in de.aristaflow.adept2.core.processrepository
Methods in de.aristaflow.adept2.core.processrepository that return CheckReportModifier and TypeMethodDescriptionProcessTemplateManager.storeTemplate(SessionToken session, Template template, boolean checkValidity, Document history, TemplateDeltaLayer structuralChanges, Locale... locales) Stores (but does not unlock) a modified template (which has been checked out for modification beforehand.ProcessTemplateManager.validateTemplate(SessionToken session, UUID templateId, Locale... locales) Tries to validate the template and fills the designatedCheckReportfor useful feedback.Methods in de.aristaflow.adept2.core.processrepository that return types with arguments of type CheckReportModifier and TypeMethodDescriptionProcessTemplateManager.deployProcessTemplate(SessionToken session, UUID templateId, Collection<URI[]> pmUris, boolean includeReferenced, Locale... locales) Deploys a released process template and optionally all referenced subprocess templates to the designated process managers. -
Uses of CheckReport in de.aristaflow.adept2.model.common
Subclasses of CheckReport in de.aristaflow.adept2.model.commonModifier and TypeClassDescriptionclassA check report extension providing localised messages.Methods in de.aristaflow.adept2.model.common that return CheckReportModifier and TypeMethodDescriptionstatic CheckReportLocalisedCheckReport.createLocalisedCheckReport(URI base, LocalisationFactory locFac, Locale... locales) Convenience method for creating a check report respecting localisation.Methods in de.aristaflow.adept2.model.common with parameters of type CheckReportModifier and TypeMethodDescriptionstatic voidLocalisedCheckReport.addLocalisedReportEntry(CheckReport report, String checkId, CheckReport.ResultType reportEntryType, URI[] affectedElements, String msgKey, Function<Locale, Messages> provider, LocalisedString... args) Adds a report entry with a localised message/with localised messages to the designated check report.static StringLocalisedCheckReport.getLocalisedMessage(String msgKey, Locale locale, Function<Locale, Messages> provider, CheckReport report, LocalisedString... args) Gets the localised message for the designated message key from the designated messages. -
Uses of CheckReport in de.aristaflow.adept2.model.common.viewer
Methods in de.aristaflow.adept2.model.common.viewer with parameters of type CheckReportModifier and TypeMethodDescriptionprotected static voidViewCheck.addReportEntry(CheckReport report, String message, URI affectedElement) static booleanViewCheck.checkClass(CheckReport report, Class<?> view) Checks the integrity of the annotations in the class class.booleanpre con: run checkClassbooleanViewCheck.checkEntry(String name, String value, String defaultValue, CheckReport report, Map<String, String> data, Class<?> viewer, Logger logger) static booleanViewCheck.checkType(Class<?> clazz, CheckReport report) -
Uses of CheckReport in de.aristaflow.adept2.model.processmodel
Subclasses of CheckReport in de.aristaflow.adept2.model.processmodelModifier and TypeClassDescriptionclassAChangeReportprovides aCheckReporttogether with the old and the new ID of the instance and the new changeable instance object.classAChangeReportproviding localisation like aLocalisedCheckReport. -
Uses of CheckReport in de.aristaflow.ilm.model.common
Methods in de.aristaflow.ilm.model.common with parameters of type CheckReportModifier and TypeMethodDescriptionprotected static voidTransformation.fillCheckReport(CheckReport report, CheckReport ret) static CheckReportTransformation.toIlm(CheckReport report)