{
siViewNonMem.addOption( new Option( "exclude", exclude ) );
}
if ( null != include && include.length() > 0 )
{
siViewNonMem.addOption( new Option( "include", include ) );
}
siViewNonMem.addOption( new Option( "noincludeFormers" ) );
siViewNonMem.addOption( new Option( "cwd", sandboxDir ) );
Response response = api.runCommand( siViewNonMem );
for ( WorkItemIterator wit = response.getWorkItems(); wit.hasNext(); )