|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IISIntegration
This interfaces defines methods for integration with IIS
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
exportAttributeCollectionMetadata(java.util.Collection<java.lang.String> attrCollNames)
This method takes an Collection of String representing the Attribute Collection names as input parameter and exports the metadata(of Attribute Collection) in XML Schema format in a XSD file and uploads the file to the docstore for each Attribute Collection. |
void |
exportBusinessGlossary(java.util.Collection<java.lang.String> specNames)
This method takes a Collection of String representing the Spec Names as the input parameter and exports the metadata(spec) description in the Business Glossary format in a XML file and uploads the file to the docstore for each spec. |
java.lang.String |
getAttributeCollectionMetadata(java.lang.String attrCollName)
This method returns Metadata information in a String having XML Schema format, for given AttributeCollection name . |
java.lang.String |
getBusinessGlossary(java.lang.String specName)
This method returns a Business Glossary XML as String for given Spec name. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
void exportBusinessGlossary(java.util.Collection<java.lang.String> specNames)
specNames
- Collection of Spec names
PIMInternalException
- when internal error occurs
java.lang.IllegalArgumentException
- when the Collection of specNames is nulljava.lang.String getBusinessGlossary(java.lang.String specName)
specName
- Spec name to be exported for Business Glossary
PIMInternalException
- when internal error occurs
java.lang.IllegalArgumentException
- when the specName is null or an empty stringjava.util.List<java.lang.String> exportAttributeCollectionMetadata(java.util.Collection<java.lang.String> attrCollNames)
attrCollNames
- Collection of AttributeCollection names
PIMInternalException
- when internal error occurs
java.lang.IllegalArgumentException
- when the Collection of AttributeCollection Name is nulljava.lang.String getAttributeCollectionMetadata(java.lang.String attrCollName)
attrCollName
- Attribute Collection name to be exported for Metadata
Information
PIMInternalException
- when internal error occurs
java.lang.IllegalArgumentException
- when the AttributeCollection name is null or an empty string
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |