|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CMSEntryBuildFunctionArguments
Interface defining the arguments passed to CMSEntryBuildFunction invocations.
Method Summary | |
---|---|
Category |
getCategory()
Obtains the category entry being processed for this CMSEntryBuildFunction. |
com.ibm.pim.integration.CMSInstance |
getCMSInstanceObj()
Obtains the CMS Instance object being processed for this CMSEntryBuildFunction. |
java.util.Map<java.lang.String,java.lang.String> |
getCMSMetaData()
Obtains the map of metadata attributes and values being processed for this CMSEntryBuildFunction. |
java.util.Map<java.lang.String,java.lang.String> |
getCMSReadOnlyAttribs()
Obtains the map of read only metadata attributes being processed for this CMSEntryBuildFunction. |
CollaborationCategory |
getCollaborationCategory()
Obtains the collaboration category entry being processed for this CMSEntryBuildFunction. |
CollaborationItem |
getCollaborationItem()
Obtains the collaboration item entry being processed for this CMSEntryBuildFunction. |
java.io.PrintWriter |
getErrors()
Obtains access to the writer for error output created by this invocation. |
Item |
getItem()
Obtains the item entry being processed for this CMSEntryBuildFunction. |
java.io.PrintWriter |
getOutput()
Obtains access to the writer for output created by this invocation. |
java.io.PrintWriter |
getWarnings()
Obtains access to the writer for warning output created by this invocation. |
Method Detail |
---|
java.io.PrintWriter getOutput()
java.io.PrintWriter getErrors()
java.io.PrintWriter getWarnings()
Category getCategory()
Category
null if invocation is processing an Item
Item getItem()
Item
null if invocation is processing a Category
CollaborationItem getCollaborationItem()
CollaborationItem
null if invocation is processing a Category
CollaborationCategory getCollaborationCategory()
CollaborationCategory
null if invocation is processing an Item
java.util.Map<java.lang.String,java.lang.String> getCMSMetaData()
java.util.Map<java.lang.String,java.lang.String> getCMSReadOnlyAttribs()
com.ibm.pim.integration.CMSInstance getCMSInstanceObj()
CMSInstance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |