|
Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference 11g Release 1 (11.1) E17350-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICISCommonContributionMap
| Nested Class Summary | |
|---|---|
static interface |
ICISCommonContributionMap.ISCSContributionFieldEntryIndividual contribution entries |
| Method Summary | |
|---|---|
void |
addCommonContributionField(java.lang.String commonName, java.lang.String defaultValue, boolean isOverride)Add a contribution field to the contribution map. |
void |
addNativeContributionField(java.lang.String nativeName, java.lang.String objectClass, java.lang.String defaultValue, boolean isOverride)Add a contribution field to this contribution map |
java.util.Map |
getCommonContributionMap() |
java.util.Collection |
getContributionFields() |
ICISCommonMetadataMap |
getMetadataMap() |
java.util.Map |
getNativeContributionMap() |
java.lang.String |
getNativeType() |
| Method Detail |
|---|
java.lang.String getNativeType()
ICISCommonMetadataMap getMetadataMap()
java.util.Collection getContributionFields()
ICISCommonContributionMap.ISCSContributionFieldEntry objectsjava.util.Map getCommonContributionMap()
ICISCommonContributionMap.ISCSContributionFieldEntry for all common fields used for contributionjava.util.Map getNativeContributionMap()
ICISCommonContributionMap.ISCSContributionFieldEntry for all native fields used for contribution
void addNativeContributionField(java.lang.String nativeName,
java.lang.String objectClass,
java.lang.String defaultValue,
boolean isOverride)
nativeName - the native name of the propertydefaultValue - the default value for the property or null if no default is wantedisOverride - true to make this field override any field passed in (i.e. always set this field)objectClass - The objectClass (i.e. native repository type) this field maps to
void addCommonContributionField(java.lang.String commonName,
java.lang.String defaultValue,
boolean isOverride)
commonName - the common name of the propertydefaultValue - the default value for the property or null if no default is wantedisOverride - true to make this field override any field passed in (i.e. always set this field)
|
Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference 11g Release 1 (11.1) E17350-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||