|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ui.OwBootstrapToIdMapping
public class OwBootstrapToIdMapping
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
Method Summary | |
---|---|
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, |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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
- Parameters:
adaptorFullPath_p
- - the adaptor full path.owBootstrapName_p
- - the owbootstrap
file name
- Returns:
- - the associated identifier or
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |