|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Macro helper class.
Field Summary | |
static MacroParameters |
DEFAULT_PARAMETERS
Default macro parameters. |
static MacroParameters |
RECURSIVE_OVERWRITE_PARAMETERS
Recursive, overwrite macro parameters. |
Method Summary | |
void |
copy(SlideToken token,
java.lang.String sourceUri,
java.lang.String destinationUri)
Recursive copy with overwrite macro. |
void |
copy(SlideToken token,
java.lang.String sourceUri,
java.lang.String destinationUri,
MacroParameters parameters)
Copy macro. |
void |
delete(SlideToken token,
java.lang.String targetUri)
Recursive delete. |
void |
delete(SlideToken token,
java.lang.String targetUri,
MacroParameters parameters)
Delete macro. |
void |
move(SlideToken token,
java.lang.String sourceUri,
java.lang.String destinationUri)
Recursive move with overwrite macro. |
void |
move(SlideToken token,
java.lang.String sourceUri,
java.lang.String destinationUri,
MacroParameters parameters)
Move macro. |
Field Detail |
public static final MacroParameters DEFAULT_PARAMETERS
public static final MacroParameters RECURSIVE_OVERWRITE_PARAMETERS
Method Detail |
public void copy(SlideToken token, java.lang.String sourceUri, java.lang.String destinationUri) throws CopyMacroException, DeleteMacroException
token
- Credentials tokensourceUri
- Uri of the sourcedestinationUri
- Uri of the destinationCopyMacroException
- Generic Slide exceptionpublic void copy(SlideToken token, java.lang.String sourceUri, java.lang.String destinationUri, MacroParameters parameters) throws CopyMacroException, DeleteMacroException
token
- Credentials tokensourceUri
- Uri of the sourcedestinationUri
- Uri of the destinationparameters
- Macro parametersCopyMacroException
- Generic Slide exceptionpublic void move(SlideToken token, java.lang.String sourceUri, java.lang.String destinationUri) throws CopyMacroException, DeleteMacroException
token
- Credentials tokensourceUri
- Uri of the sourcedestinationUri
- Uri of the destinationCopyMacroException
- Exception occured during copyDeleteMacroException
- Exception occured during deletionpublic void move(SlideToken token, java.lang.String sourceUri, java.lang.String destinationUri, MacroParameters parameters) throws CopyMacroException, DeleteMacroException
token
- Credentials tokensourceUri
- Uri of the sourcedestinationUri
- Uri of the destinationparameters
- Macro parametersCopyMacroException
- Exception occured during copyDeleteMacroException
- Exception occured during deletionpublic void delete(SlideToken token, java.lang.String targetUri) throws DeleteMacroException
token
- Credentials tokentargetUri
- Uri of the object to deleteDeleteMacroException
- Generic Slide exceptionpublic void delete(SlideToken token, java.lang.String targetUri, MacroParameters parameters) throws DeleteMacroException
token
- Credentials tokentargetUri
- Uri of the sourceparameters
- Macro parameters, not used right now,
so it can be nullDeleteMacroException
- Generic Slide exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |