com.webmethods.caf.portalclient.meta.folder
Interface IfolderPortType


public interface IfolderPortType

Generated web service interface for MWS command related to folder commands


Method Summary
 URI cloneportalpage(URI resourceURI)
           
 URI copy(URI childURI, URI resourceURI)
           
 void copytoclipboard(URI containerURI, boolean reference, URI resourceURI)
           
 URI createchildcommand(URI resourceURI)
           
 String createuniquename(String name, URI resourceURI)
           
 void cuttoclipboard(URI containerURI, boolean reference, URI resourceURI)
           
 void delete(URI resourceURI)
           
 void deletereference(URI referencedURI, URI resourceURI)
           
 void destroy(URI resourceURI)
           
 String geticon(URI itemId, String type)
           
 PagingCookie getpagingcookie(String order, int pageSize, boolean reset, URI resourceURI, String sort, int start, String view)
           
 ListView getselectedlist(int depth, boolean includeItems, URI resourceURI, URI rootID)
           
 ListView listchildren(int action, int depth, boolean extraInfo, boolean includeItems, String order, URI resourceURI, int rights, int size, String sort, int start, String view)
           
 ListView listchildrenfiltered(int action, int depth, boolean extraInfo, int filter, boolean includeItems, String order, URI resourceURI, int rights, int size, String sort, int start, String view)
           
 ListView listcontainers(URI resourceURI)
           
 ListView listnotes(URI resourceURI)
           
 ListView matchchildren(int end, PagingCookie pagingCookie, String regEx, URI resourceURI, int rights, int start)
           
 void movething(URI parentID, URI thingID)
           
 URI obtainownedfolder(String name, URI resourceURI, int type)
           
 void pagebackward(URI resourceURI, String view)
           
 void pageforward(URI resourceURI, String view)
           
 void pastefromclipboard(URI resourceURI)
           
 int publishvalidate(String name, URI resourceURI, String xtype)
           
 void setowner(URI ownerID, URI resourceURI)
           
 void setpagingcookie(String order, int pageSize, URI resourceURI, String sort, int start, String view)
           
 void updateproperties(URI resourceURI)
           
 View view(URI itemId)
           
 

Method Detail

view

View view(URI itemId)

geticon

String geticon(URI itemId,
               String type)

getpagingcookie

PagingCookie getpagingcookie(String order,
                             int pageSize,
                             boolean reset,
                             URI resourceURI,
                             String sort,
                             int start,
                             String view)

setpagingcookie

void setpagingcookie(String order,
                     int pageSize,
                     URI resourceURI,
                     String sort,
                     int start,
                     String view)

pagebackward

void pagebackward(URI resourceURI,
                  String view)

pageforward

void pageforward(URI resourceURI,
                 String view)

listcontainers

ListView listcontainers(URI resourceURI)

listnotes

ListView listnotes(URI resourceURI)

movething

void movething(URI parentID,
               URI thingID)

setowner

void setowner(URI ownerID,
              URI resourceURI)

updateproperties

void updateproperties(URI resourceURI)

delete

void delete(URI resourceURI)

deletereference

void deletereference(URI referencedURI,
                     URI resourceURI)

cuttoclipboard

void cuttoclipboard(URI containerURI,
                    boolean reference,
                    URI resourceURI)

copytoclipboard

void copytoclipboard(URI containerURI,
                     boolean reference,
                     URI resourceURI)

pastefromclipboard

void pastefromclipboard(URI resourceURI)

destroy

void destroy(URI resourceURI)

listchildren

ListView listchildren(int action,
                      int depth,
                      boolean extraInfo,
                      boolean includeItems,
                      String order,
                      URI resourceURI,
                      int rights,
                      int size,
                      String sort,
                      int start,
                      String view)

matchchildren

ListView matchchildren(int end,
                       PagingCookie pagingCookie,
                       String regEx,
                       URI resourceURI,
                       int rights,
                       int start)

createchildcommand

URI createchildcommand(URI resourceURI)

copy

URI copy(URI childURI,
         URI resourceURI)

obtainownedfolder

URI obtainownedfolder(String name,
                      URI resourceURI,
                      int type)

createuniquename

String createuniquename(String name,
                        URI resourceURI)

listchildrenfiltered

ListView listchildrenfiltered(int action,
                              int depth,
                              boolean extraInfo,
                              int filter,
                              boolean includeItems,
                              String order,
                              URI resourceURI,
                              int rights,
                              int size,
                              String sort,
                              int start,
                              String view)

publishvalidate

int publishvalidate(String name,
                    URI resourceURI,
                    String xtype)

cloneportalpage

URI cloneportalpage(URI resourceURI)

getselectedlist

ListView getselectedlist(int depth,
                         boolean includeItems,
                         URI resourceURI,
                         URI rootID)