Package org.jbpm.kie.services.impl.admin
Class MigrationReportImpl
- java.lang.Object
-
- org.jbpm.kie.services.impl.admin.MigrationReportImpl
-
- All Implemented Interfaces:
Serializable,org.jbpm.services.api.admin.MigrationReport
public class MigrationReportImpl extends Object implements org.jbpm.services.api.admin.MigrationReport, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MigrationReportImpl(Long processInstanceId, boolean successful, Date startDate, Date endDate, List<org.jbpm.services.api.admin.MigrationEntry> entries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetEndDate()List<org.jbpm.services.api.admin.MigrationEntry>getEntries()LonggetProcessInstanceId()DategetStartDate()booleanisSuccessful()voidsetEndDate(Date endDate)voidsetEntries(List<org.jbpm.services.api.admin.MigrationEntry> entries)voidsetProcessInstanceId(Long processInstanceId)voidsetStartDate(Date startDate)voidsetSuccessful(boolean successful)
-
-
-
Method Detail
-
isSuccessful
public boolean isSuccessful()
- Specified by:
isSuccessfulin interfaceorg.jbpm.services.api.admin.MigrationReport
-
setSuccessful
public void setSuccessful(boolean successful)
-
getStartDate
public Date getStartDate()
- Specified by:
getStartDatein interfaceorg.jbpm.services.api.admin.MigrationReport
-
setStartDate
public void setStartDate(Date startDate)
-
getEndDate
public Date getEndDate()
- Specified by:
getEndDatein interfaceorg.jbpm.services.api.admin.MigrationReport
-
setEndDate
public void setEndDate(Date endDate)
-
getProcessInstanceId
public Long getProcessInstanceId()
- Specified by:
getProcessInstanceIdin interfaceorg.jbpm.services.api.admin.MigrationReport
-
setProcessInstanceId
public void setProcessInstanceId(Long processInstanceId)
-
getEntries
public List<org.jbpm.services.api.admin.MigrationEntry> getEntries()
- Specified by:
getEntriesin interfaceorg.jbpm.services.api.admin.MigrationReport
-
setEntries
public void setEntries(List<org.jbpm.services.api.admin.MigrationEntry> entries)
-
-