public class OwBootstrapToIdMapping extends Object
Utility class to handle mappings between different owbootstrap.xml files and corresponding identifiers.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier(String adaptorFullPath_p,
String owBootstrapName_p)
Get the associated identifier for the given
owBootstrapName_p |
static OwBootstrapToIdMapping |
getInstance()
Get the only instance of this class.
|
void |
writeMappings(String adaptorFullPath_p,
String owBootstrapName_p,
String identifier_p)
Write the mappings between the
owbootstrap file and the provided identifier, |
public static OwBootstrapToIdMapping getInstance()
public void writeMappings(String adaptorFullPath_p, String owBootstrapName_p, String identifier_p)
owbootstrap
file and the provided identifier,adaptorFullPath_p
- - the full path of the adaptorowBootstrapName_p
- - the name of the owbootstrap
fileidentifier_p
- - the value of the identifier.public String getIdentifier(String adaptorFullPath_p, String owBootstrapName_p)
owBootstrapName_p
adaptorFullPath_p
- - the adaptor full path.owBootstrapName_p
- - the owbootstrap
file namenull
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.