Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.dt.flex.deploy
Interface FlexfieldRunProfile.Entry

All Known Implementing Classes:
FlexfieldRunProfileEntry
Enclosing class:
FlexfieldRunProfile

public static interface FlexfieldRunProfile.Entry

An entry in the profile.


Method Summary
 void clearRepositoryDirectory()
          Clean the repository directory and all it's contents.
 java.lang.Long getApplicationId()
          Gets the application ID of this flexfield.
 java.lang.String getFlexfieldCode()
          Gets the flexfield code.
 java.lang.String getFlexfieldType()
          Gets the flexfield type, which is "DFF", "KFF" or "EFF".
 java.lang.String getRepositoryDirectory()
          Gets the directory of the repository to be used for this entry.
 java.lang.Boolean isEnabled()
          Is this entry enabled.
 

Method Detail

isEnabled

java.lang.Boolean isEnabled()
Is this entry enabled.

Returns:
true if enabled, false otherwise.

getFlexfieldType

java.lang.String getFlexfieldType()
Gets the flexfield type, which is "DFF", "KFF" or "EFF".

Returns:
the type of the flexfield

getApplicationId

java.lang.Long getApplicationId()
Gets the application ID of this flexfield.

Returns:
the application ID

getFlexfieldCode

java.lang.String getFlexfieldCode()
Gets the flexfield code.

Returns:
the flexfield code

getRepositoryDirectory

java.lang.String getRepositoryDirectory()
Gets the directory of the repository to be used for this entry. The directory must be a valid path that can be passed into the constructor of java.io.File.

Returns:
the directory of the repository

clearRepositoryDirectory

void clearRepositoryDirectory()
Clean the repository directory and all it's contents.


Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.