lumis.portal.structure.sync.model.global
Class FileTransformationParameterType

Package class diagram package FileTransformationParameterType
java.lang.Object
  extended by lumis.portal.structure.sync.model.global.FileTransformationParameterType
All Implemented Interfaces:
IFileElement, IFileGlobalElement

public class FileTransformationParameterType
extends Object
implements IFileGlobalElement

Model for SimpleParameterType.

Since:
6.2.0

Field Summary
static String FILE_TRANSFORMATION_TYPE_FOLDER_NAME
          The file transformation parameter types folder name.
 
Constructor Summary
FileTransformationParameterType()
           
 
Method Summary
 String getGlobalFilePath()
          Returns the path of the file to be stored in global area.
 String getId()
          Returns the identifier.
 String getName()
          Returns the name.
 void setId(String id)
          Sets the identifier.
 void setImplicitValues(Map<String,String> map)
          Sets the implicit values for this parameter type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_TRANSFORMATION_TYPE_FOLDER_NAME

public static final String FILE_TRANSFORMATION_TYPE_FOLDER_NAME
The file transformation parameter types folder name. The types are synchronized globally from/to this folder in a manner that the parameters that are of a given parameter type can simply reference it (by its name) in their serialization.

Since:
6.2.0
See Also:
Constant Field Values
Constructor Detail

FileTransformationParameterType

public FileTransformationParameterType()
Method Detail

setId

public void setId(String id)
Sets the identifier.

Parameters:
id - the identifier.
Since:
6.2.0

getId

public String getId()
Returns the identifier.

Returns:
the identifier.
Since:
6.2.0

getName

public String getName()
Returns the name.

Returns:
the name.
Since:
6.2.0

setImplicitValues

public void setImplicitValues(Map<String,String> map)
Sets the implicit values for this parameter type.

Parameters:
map - the map of existent parameter types indexed by name.
Since:
6.2.0

getGlobalFilePath

public String getGlobalFilePath()
Description copied from interface: IFileGlobalElement
Returns the path of the file to be stored in global area.

Specified by:
getGlobalFilePath in interface IFileGlobalElement
Returns:
the path, relative to the global directory.


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.