*
* @see org.pentaho.mantle.client.commands.AbstractCommand#performOperation(boolean)
*/
@Override
protected void performOperation( boolean feedback ) {
final SolutionBrowserClipboard clipBoard = SolutionBrowserClipboard.getInstance();
@SuppressWarnings ( "unchecked" )
final List<SolutionBrowserFile> clipboardFileItems = clipBoard.getClipboardItems();
if ( clipboardFileItems != null && clipboardFileItems.size() > 0 && getSolutionPath() != null ) {
String getChildrenUrl =
contextURL
+ "api/repo/files/" + SolutionBrowserPanel.pathToId( getSolutionPath() ) + "/tree?depth=1"; //$NON-NLS-1$ //$NON-NLS-2$