public interface IfolderPortType
Modifier and Type | Method and Description |
---|---|
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) |
PagingCookie getpagingcookie(String order, int pageSize, boolean reset, URI resourceURI, String sort, int start, String view)
void setpagingcookie(String order, int pageSize, URI resourceURI, String sort, int start, String view)
void updateproperties(URI resourceURI)
void delete(URI resourceURI)
void pastefromclipboard(URI resourceURI)
void destroy(URI resourceURI)
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 matchchildren(int end, PagingCookie pagingCookie, String regEx, URI resourceURI, int rights, int start)
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)