public class ActorMappingContribution extends GenericFileContribution
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTOR_MAPPING_FILE |
| Constructor and Description |
|---|
ActorMappingContribution() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName() |
String |
getName()
Retrieves the
BusinessArchiveContribution name |
boolean |
isMandatory()
Checks if this
BusinessArchiveContribution is mandatory |
boolean |
readFromBarFolder(BusinessArchive businessArchive,
File barFolder)
Updates the
BusinessArchive with information read from the file system and returns true if the information was successfully read or false otherwise. |
void |
saveToBarFolder(BusinessArchive businessArchive,
File barFolder)
Writes the content of the BusinessArchive to the file system
|
public static final String ACTOR_MAPPING_FILE
public boolean isMandatory()
BusinessArchiveContributionBusinessArchiveContribution is mandatoryBusinessArchiveContribution is mandatory; false otherwisepublic String getName()
BusinessArchiveContributionBusinessArchiveContribution nameBusinessArchiveContribution namepublic String getFileName()
getFileName in class GenericFileContributionpublic boolean readFromBarFolder(BusinessArchive businessArchive, File barFolder) throws IOException
BusinessArchiveContributionBusinessArchive with information read from the file system and returns true if the information was successfully read or false otherwise.readFromBarFolder in interface BusinessArchiveContributionreadFromBarFolder in class GenericFileContributionbusinessArchive - the BusinessArchive to be filled with information read from the file systembarFolder - the folder storing the information to be filled in the BusinessArchiveIOException - if a problem occurs when reading information from file system.BusinessArchivepublic void saveToBarFolder(BusinessArchive businessArchive, File barFolder) throws IOException
BusinessArchiveContributionsaveToBarFolder in interface BusinessArchiveContributionsaveToBarFolder in class GenericFileContributionbusinessArchive - the BusinessArchive containing the information to be stored in the file systembarFolder - the folder where the BusinessArchive information will be stored.IOException - when a problem occurs when the information is being stored in the file system.Copyright © 2018 Bonitasoft S.A.. All rights reserved.