Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | _engine.object --+ | entry
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
__init__( (object)arg1, (url)arg2) -> None : C++ signature : void __init__(_object*,saga::url) __init__( (object)arg1, (str)arg2) -> None : C++ signature : void __init__(_object*,std::string) __init__( (object)arg1, (url)arg2, (int)arg3) -> None : C++ signature : void __init__(_object*,saga::url,int) __init__( (object)arg1, (str)arg2, (int)arg3) -> None : C++ signature : void __init__(_object*,std::string,int) __init__( (object)arg1, (session)arg2, (url)arg3) -> None : C++ signature : void __init__(_object*,saga::session,saga::url) __init__( (object)arg1, (session)arg2, (str)arg3) -> None : C++ signature : void __init__(_object*,saga::session,std::string) __init__( (object)arg1, (session)arg2, (url)arg3, (int)arg4) -> None : C++ signature : void __init__(_object*,saga::session,saga::url,int) __init__( (object)arg1, (session)arg2, (str)arg3, (int)arg4) -> None : C++ signature : void __init__(_object*,saga::session,std::string,int)
|
close( (entry)arg1) -> None : closes this entry (plain) C++ signature : void close(saga::name_space::entry) close( (entry)arg1, (routine_type)arg2) -> task : closes this entry (task based) C++ signature : saga::task close(saga::name_space::entry,saga::python::routine_type) |
copy( (entry)arg1, (url)arg2 [, (int)arg3]) -> None : copies this item to the given name (url) (plain) C++ signature : void copy(saga::name_space::entry,saga::url [,int]) copy( (entry)arg1, (routine_type)arg2, (url)arg3 [, (int)arg4]) -> task : copies this item to the given name (url) (task based) C++ signature : saga::task copy(saga::name_space::entry,saga::python::routine_type,saga::url [,int]) copy( (entry)arg1, (str)arg2 [, (int)arg3]) -> None : copies this item to the given name (string) (plain) C++ signature : void copy(saga::name_space::entry,std::string [,int]) copy( (entry)arg1, (routine_type)arg2, (str)arg3 [, (int)arg4]) -> task : copies this item to the given name (string) (task based) C++ signature : saga::task copy(saga::name_space::entry,saga::python::routine_type,std::string [,int]) |
get_cwd( (entry)arg1) -> url : returns the directory name this item is located in (plain) C++ signature : saga::url get_cwd(saga::name_space::entry) get_cwd( (entry)arg1, (routine_type)arg2) -> task : returns the directory name this item is located in (task based) C++ signature : saga::task get_cwd(saga::name_space::entry,saga::python::routine_type) |
get_group( (entry)arg1) -> str : returns the group of the owner of this object instance (plain) C++ signature : std::string get_group(saga::name_space::entry) get_group( (entry)arg1, (routine_type)arg2) -> task : returns the group of the owner of this object instance (task based) C++ signature : saga::task get_group(saga::name_space::entry,saga::python::routine_type) |
get_name( (entry)arg1) -> url : returns the name of this item (plain) C++ signature : saga::url get_name(saga::name_space::entry) get_name( (entry)arg1, (routine_type)arg2) -> task : returns the name of this item (task based) C++ signature : saga::task get_name(saga::name_space::entry,saga::python::routine_type) |
get_owner( (entry)arg1) -> str : returns the owner of this object instance (plain) C++ signature : std::string get_owner(saga::name_space::entry) get_owner( (entry)arg1, (routine_type)arg2) -> task : returns the owner of this object instance (task based) C++ signature : saga::task get_owner(saga::name_space::entry,saga::python::routine_type) |
get_url( (entry)arg1) -> url : returns the full url of this item (plain) C++ signature : saga::url get_url(saga::name_space::entry) get_url( (entry)arg1, (routine_type)arg2) -> task : returns the full url of this item (task based) C++ signature : saga::task get_url(saga::name_space::entry,saga::python::routine_type) |
is_dir( (entry)arg1) -> bool : returns, whether this item refers to a directory (plain) C++ signature : bool is_dir(saga::name_space::entry) is_dir( (entry)arg1, (routine_type)arg2) -> task : returns, whether this item refers to a directory (task based) C++ signature : saga::task is_dir(saga::name_space::entry,saga::python::routine_type) |
is_entry( (entry)arg1) -> bool : returns, whether this item refers to a simple entry (plain) C++ signature : bool is_entry(saga::name_space::entry) is_entry( (entry)arg1, (routine_type)arg2) -> task : returns, whether this item refers to a simple entry (task based) C++ signature : saga::task is_entry(saga::name_space::entry,saga::python::routine_type) |
is_link( (entry)arg1) -> bool : returns, whether this item is a link to another entry (plain) C++ signature : bool is_link(saga::name_space::entry) is_link( (entry)arg1, (routine_type)arg2) -> task : returns, whether this item is a link to another entry (task based) C++ signature : saga::task is_link(saga::name_space::entry,saga::python::routine_type) |
link( (entry)arg1, (url)arg2 [, (int)arg3]) -> None : links this item to the given item (url) (plain) C++ signature : void link(saga::name_space::entry,saga::url [,int]) link( (entry)arg1, (routine_type)arg2, (url)arg3 [, (int)arg4]) -> task : links this item to the given item (url) (task based) C++ signature : saga::task link(saga::name_space::entry,saga::python::routine_type,saga::url [,int]) link( (entry)arg1, (str)arg2 [, (int)arg3]) -> None : links this item to the given item (string) (plain) C++ signature : void link(saga::name_space::entry,std::string [,int]) link( (entry)arg1, (routine_type)arg2, (str)arg3 [, (int)arg4]) -> task : links this item to the given item (string) (task based) C++ signature : saga::task link(saga::name_space::entry,saga::python::routine_type,std::string [,int]) |
move( (entry)arg1, (url)arg2 [, (int)arg3]) -> None : moves this item to the given name (url) (plain) C++ signature : void move(saga::name_space::entry,saga::url [,int]) move( (entry)arg1, (routine_type)arg2, (url)arg3 [, (int)arg4]) -> task : moves this item to the given name (url) (task based) C++ signature : saga::task move(saga::name_space::entry,saga::python::routine_type,saga::url [,int]) move( (entry)arg1, (str)arg2 [, (int)arg3]) -> None : moves this item to the given name (string) (plain) C++ signature : void move(saga::name_space::entry,std::string [,int]) move( (entry)arg1, (routine_type)arg2, (str)arg3 [, (int)arg4]) -> task : moves this item to the given name (string) (task based) C++ signature : saga::task move(saga::name_space::entry,saga::python::routine_type,std::string [,int]) |
permissions_allow( (entry)arg1, (str)arg2, (int)arg3) -> None : generically enable a permission on this namespace entry (plain) C++ signature : void permissions_allow(saga::name_space::entry,std::string,int) permissions_allow( (entry)arg1, (routine_type)arg2, (str)arg3, (int)arg4) -> task : generically enable a permission on this namespace entry (task based) C++ signature : saga::task permissions_allow(saga::name_space::entry,saga::python::routine_type,std::string,int) permissions_allow( (entry)arg1, (str)arg2, (int)arg3 [, (int)arg4]) -> None : enable a permission on this namespace entry (plain) C++ signature : void permissions_allow(saga::name_space::entry,std::string,int [,int]) permissions_allow( (entry)arg1, (routine_type)arg2, (str)arg3, (int)arg4 [, (int)arg5]) -> task : enable a permission on this namespace entry (task based) C++ signature : saga::task permissions_allow(saga::name_space::entry,saga::python::routine_type,std::string,int [,int]) |
permissions_check( (entry)arg1, (str)arg2, (int)arg3) -> bool : generically check a permission on this namespace entry (plain) C++ signature : bool permissions_check(saga::name_space::entry,std::string,int) permissions_check( (entry)arg1, (routine_type)arg2, (str)arg3, (int)arg4) -> task : generically check a permission on this namespace entry (task based) C++ signature : saga::task permissions_check(saga::name_space::entry,saga::python::routine_type,std::string,int) |
permissions_deny( (entry)arg1, (str)arg2, (int)arg3) -> None : generically disable a permission on this namespace entry (plain) C++ signature : void permissions_deny(saga::name_space::entry,std::string,int) permissions_deny( (entry)arg1, (routine_type)arg2, (str)arg3, (int)arg4) -> task : generically disable a permission on this namespace entry (task based) C++ signature : saga::task permissions_deny(saga::name_space::entry,saga::python::routine_type,std::string,int) permissions_deny( (entry)arg1, (str)arg2, (int)arg3 [, (int)arg4]) -> None : disable a permission on this namespace entry (plain) C++ signature : void permissions_deny(saga::name_space::entry,std::string,int [,int]) permissions_deny( (entry)arg1, (routine_type)arg2, (str)arg3, (int)arg4 [, (int)arg5]) -> task : disable a permission on this namespace entry (task based) C++ signature : saga::task permissions_deny(saga::name_space::entry,saga::python::routine_type,std::string,int [,int]) |
read_link( (entry)arg1) -> url : returns the name of the item this entry is linked to (plain) C++ signature : saga::url read_link(saga::name_space::entry) read_link( (entry)arg1, (routine_type)arg2) -> task : returns the name of the item this entry is linked to (task based) C++ signature : saga::task read_link(saga::name_space::entry,saga::python::routine_type) |
remove( (entry)arg1) -> None : removes this entry (plain) C++ signature : void remove(saga::name_space::entry) remove( (entry)arg1, (routine_type)arg2) -> task : removes this entry (task based) C++ signature : saga::task remove(saga::name_space::entry,saga::python::routine_type) |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Sep 28 13:25:14 2009 | http://epydoc.sourceforge.net |