cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Reports Jars Files

devijavvadi
Champ in-the-making
Champ in-the-making
Hi,
I am trying to generate Custom Reports using "Alfresco Activiti Enterprise BPM Suite v1.5.0" version.
Found the Java source from the link "https://github.com/Alfresco/activiti-custom-reports" but unable to find these following jars

import com.activiti.domain.reporting.MultiBarChart;
import com.activiti.domain.reporting.ParametersDefinition;
import com.activiti.domain.reporting.PieChartDataRepresentation;
import com.activiti.domain.reporting.ReportDataRepresentation;
import com.activiti.domain.reporting.SingleBarChartDataRepresentation;
import com.activiti.service.reporting.AbstractReportGenerator;
import com.activiti.service.reporting.ElasticSearchConstants;
import com.activiti.service.reporting.converter.AggsToMultiSeriesChartConverter;
import com.activiti.service.reporting.converter.AggsToSimpleChartBasicConverter;
import com.activiti.service.reporting.converter.AggsToSimpleDateBasedChartBasicConverter;
import com.activiti.service.reporting.converter.BucketExtractors;
import org.elasticsearch.index.query.FilterBuilders;
import org.elasticsearch.index.query.FilteredQueryBuilder;
import org.elasticsearch.index.query.MatchAllQueryBuilder;
import org.elasticsearch.index.query.TermFilterBuilder;
import org.elasticsearch.search.aggregations.AggregationBuilders;
import org.elasticsearch.search.aggregations.bucket.histogram.DateHistogram;
import com.activiti.model.editor.AppDefinition;
import com.activiti.model.editor.kickstart.ChoiceContainer;
import com.activiti.model.editor.kickstart.ChoiceStepDefinition;
import com.activiti.model.editor.kickstart.FlowCondition;
import com.activiti.model.editor.kickstart.HumanStepDefinition;
import com.activiti.model.editor.kickstart.KickstartModelDefinition;
import com.activiti.model.editor.kickstart.StepDefinition;
import com.activiti.model.editor.kickstart.StepDefinitionParent;

Kindly let me know where to get these jars.


1 REPLY 1

cjose
Elite Collaborator
Elite Collaborator

Assuming that you have a valid username/pw to connect to Alfresco EE Repository, you need to configure your maven settings.xml with those credentials to connect to  "activiti-enterprise-releases" repo which is specified in the pom.xml (activiti-custom-reports/pom.xml at master · Alfresco/activiti-custom-reports · GitHub )

If you don't have a username/pw, please raise a case with Alfresco support to generate one for you.

Regards,

Ciju