|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Export
Interface that represents the Export jobs
Nested Class Summary | |
---|---|
static class |
Export.ContentDiffType
Content difference types, relevant only when content diff export type is selected as export type |
static class |
Export.OptionalArguments
Set of optional arguments that can be passed while creating an export. |
static class |
Export.Type
Export types |
Field Summary |
---|
Fields inherited from interface com.ibm.pim.job.Job |
---|
copyright |
Method Summary | |
---|---|
User |
getApprovingUser()
Returns the user approving this export |
CharSet |
getCharset()
Returns the charset used for this export |
Spec |
getDestinationSpec()
Returns the destination spec associated to this export |
java.util.Collection<DistributionGroup> |
getDistributionGroups()
Returns the distribution groups used for this export |
java.util.Collection<Distribution> |
getDistributions()
Returns the distribution used for this export |
Hierarchy |
getHierarchy()
Returns the destination hierarchy for an category export |
Selection |
getItemSelection()
Returns the item selection used for this export, may return null if entire catalog was used. |
VersionInfo |
getSecondVersionInfo()
Returns the second version of the catalog used for this diff export. |
Catalog |
getSourceCatalog()
Returns the source catalog for an item export |
SpecMap |
getSpecMap()
Fetches the SpecMap associated to this export, if this is an item export, null otherwise. |
Export.Type |
getType()
Fetches the type of the export |
VersionInfo |
getVersionInfo()
Returns the version of the catalog used for export |
Methods inherited from interface com.ibm.pim.job.UserJob |
---|
getName, getScript |
Methods inherited from interface com.ibm.pim.job.Job |
---|
delete, getCreator, getDescription, getExecutable, getLastRunSchedule, getParameterNames, getParameterValue, getRecurring, getSchedules, save, setParameterValue, setRecurring |
Method Detail |
---|
Export.Type getType()
PIMInternalException
- If an internal error occursSpec getDestinationSpec()
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- Reserved for future use
java.lang.UnsupportedOperationException
- If any unknown types are encounteredCatalog getSourceCatalog()
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- Reserved for future useVersionInfo getVersionInfo()
PIMInternalException
- If an internal error occursVersionInfo getSecondVersionInfo()
PIMInternalException
- If an internal error occursSelection getItemSelection()
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- Reserved for future useHierarchy getHierarchy()
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- Reserved for future useSpecMap getSpecMap()
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- Reserved for future useCharSet getCharset()
PIMInternalException
- If an internal error occursjava.util.Collection<Distribution> getDistributions()
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- Reserved for future usejava.util.Collection<DistributionGroup> getDistributionGroups()
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- Reserved for future useUser getApprovingUser()
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- Reserved for future use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |