|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Import
Interface that represents Import jobs. Parent class of ItemImport and CategoryImport interfaces.
Nested Class Summary | |
---|---|
static class |
Import.OptionalArguments
Set of optional arguments that can be passed while creating an import. |
Field Summary |
---|
Fields inherited from interface com.ibm.pim.job.Job |
---|
copyright |
Method Summary | |
---|---|
AccessControlGroup |
getAccessControlGroup()
Returns the ACG used for this import |
User |
getAuthorizedUser()
Returns the authorized user |
CharSet |
getCharset()
Returns the CharSet used for the import |
java.lang.String |
getSourceFileName()
Returns the data source file name |
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 |
---|
java.lang.String getSourceFileName()
PIMInternalException
- If an internal error occursCharSet getCharset()
PIMInternalException
- If an internal error occursAccessControlGroup getAccessControlGroup()
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- Reserved for future useUser getAuthorizedUser()
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 |