Difference:
TWikiStoreRcsFileDotPm
(4 vs. 5)
Revision 5
2013-10-14 -
TWikiContributor
Line: 12 to 12
On this page:
ObjectMethod getDiskInfo
($web,$site,$diskID) -> ($dataDir,$pubDir,$diskID)
ObjectMethod getDiskList
() -> ('',1,...)
ClassMethod new
($session,$web,$topic,$attachment)
ObjectMethod finish
()
ObjectMethod getRevisionInfo
($version) -> ($rev,$date,$user,$comment)
ObjectMethod getLatestRevision
() -> $text
ObjectMethod getLatestRevisionTime
() -> $text
ObjectMethod getWorkArea
($key) -> $directorypath
ObjectMethod getTopicNames
() ->
@topics
ObjectMethod getWebNames
() ->
@webs
ObjectMethod searchInWebContent
($searchString,$web,\@topics,\%options) -> \%map
ObjectMethod searchInWebMetaData
($query,\@topics) -> \%matches
ObjectMethod moveWeb
($newWeb)
ObjectMethod getRevision
($version) -> $text
ObjectMethod storedDataExists
() -> $boolean
ObjectMethod getTimestamp
() -> $integer
ObjectMethod restoreLatestRevision
($user)
ObjectMethod removeWeb
($web)
ObjectMethod moveTopic
($newWeb,$newTopic)
ObjectMethod copyTopic
($newWeb,$newTopic)
ObjectMethod moveAttachment
($newWeb,$newTopic,$newAttachment)
ObjectMethod copyAttachment
($newWeb,$newTopic)
ObjectMethod isAsciiDefault
() -> $boolean
ObjectMethod setLock
($lock,$user)
ObjectMethod isLocked
() -> ($user,$time)
ObjectMethod setLease
($lease)
ObjectMethod getLease
() -> $lease
ObjectMethod removeSpuriousLeases
($web)
ObjectMethod getStream
() -> \*STREAM
ObjectMethod numRevisions
() -> $integer
ObjectMethod initBinary
()
ObjectMethod initText
()
ObjectMethod addRevisionFromText
($text,$comment,$user,$date)
ObjectMethod addRevisionFromStream
($fh,$comment,$user,$date)
ObjectMethod replaceRevision
($text,$comment,$user,$date)
ObjectMethod deleteRevision
()
ObjectMethod revisionDiff
($rev1,$rev2,$contextLines) -> \@diffArray
ObjectMethod getRevisionAtTime
($time) -> $rev
ObjectMethod getAttachmentAttributes
($web,$topic,$attachment)
ObjectMethod getAttachmentList
($web,$topic)
ObjectMethod stringify
()
ObjectMethod recordChange
($user,$rev,$more)
ObjectMethod eachChange
($since) -> $iterator
Added:
>
>
ObjectMethod
getDiskInfo
($web,$site,$diskID) -> ($dataDir,$pubDir,$diskID)
ObjectMethod
getDiskList
() -> ('',1,...)
ClassMethod
new
($session,$web,$topic,$attachment)
Constructor. There is one object per stored file.
View topic
|
H
istory
:
r5
<
r4
<
r3
<
r2
|
More topic actions...
Copyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback
Note:
Please contribute updates to this topic on TWiki.org at
TWiki:TWiki.TWikiStoreRcsFileDotPm
.