ph.setDescription(1, "excludePojos", "if true will exclude pojos components");
ph.setDescription(2, "requiredState", "component state to list, if null will list all");
ph.setDescription(3, "sharedLibraryName", "shared library name to list");
ph.setDescription(4, "serviceAssemblyName", "service assembly name to list");
ph = helper.addOperation(getObjectToManage(), "listSharedLibraries", 2, "list shared library");
ph.setDescription(0, "componentName", "component name");
ph.setDescription(1, "sharedLibraryName", "shared library name");
ph = helper.addOperation(getObjectToManage(), "listServiceAssemblies", 3, "list service assemblies");
ph.setDescription(0, "state", "service assembly state to list");