- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class Relations
::xotcl::Object create ::xowiki::autoname
Methods (to be applied on the object)
basename (scripted)
xowiki::autoname basename
- Testcases:
- create_workflow_with_instance, xowf
# In case the provided name has an extension, return the name # without it. file rootname $name
new (scripted)
xowiki::autoname new
- Testcases:
- create_workflow_with_instance, xowf
while {1} { set generated_name [:generate -parent_id $parent_id -name $name] if {[::xo::db::CrClass lookup -name $generated_name -parent_id $parent_id] eq "0"} { return $generated_name } }
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables