-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18af96a
commit c77a09c
Showing
36 changed files
with
76 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
repository/OrbeonPersistenceApi.package/OrbeonDefinitionSearchApi.class/instance/doIt.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...PersistenceApi.package/OrbeonFormBuilderApi.class/instance/createOrbeonSavedDefinition.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
other | ||
createOrbeonSavedDefinition | ||
|
||
^self defaultSavedFormDefinitionClass newNamed: self getFormName inAppNamed: self getApplicationName | ||
^self defaultSavedFormDefinitionClass newNamed: self getFormName in: (systemRoot getExistingApplicationOrCreateNewNamed: self getApplicationName) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 7 additions & 3 deletions
10
...tory/OrbeonPersistenceApi.package/OrbeonFormDefinitionDuplicateApi.class/instance/doIt.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"class" : { | ||
}, | ||
"instance" : { | ||
"doIt" : "brunobb 04/27/2021 13:08" } } | ||
"doIt" : "brunobb 07/28/2021 14:16" } } |
4 changes: 4 additions & 0 deletions
4
...finitionsSummary.class/class/newOn.for.group.credentials.pageSize.pageNumber.xmlQuery..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
other | ||
newOn: anOrbeonSystemRoot for: user group: group credentials: credentials pageSize: pageSize pageNumber: pageNumber xmlQuery: xmlDocument | ||
|
||
^self new setRoot: anOrbeonSystemRoot user: user group: group credentials: credentials pageSize: pageSize pageNumber: pageNumber xmlQuery: xmlDocument |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
...onsSummary.class/instance/setRoot.user.group.credentials.pageSize.pageNumber.xmlQuery..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
private | ||
setRoot: anOrbeonSystemRoot user: username group: groupname credentials: credentials pageSize: pSize pageNumber: pNumber xmlQuery: xmlDocument | ||
|
||
returnedFormsSize := 0. | ||
totalFormsSize := 0. | ||
summaryStream := OrbeonSummaryStream newOn: self. | ||
|
||
systemRoot := anOrbeonSystemRoot. | ||
user := username. | ||
group := groupname. | ||
userCredentials := credentials. | ||
pageSize := pSize. | ||
pageNumber := pNumber. | ||
xmlQuery := xmlDocument |
7 changes: 4 additions & 3 deletions
7
...ory/OrbeonPersistenceApi.package/OrbeonFormDefinitionsSummary.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
{ | ||
"class" : { | ||
}, | ||
"newOn:for:group:credentials:pageSize:pageNumber:xmlQuery:" : "brunobb 07/27/2021 12:25" }, | ||
"instance" : { | ||
"buildStreamFormDefinitions" : "brunobb 07/22/2021 13:18", | ||
"buildStreamFormDefinitions" : "brunobb 07/27/2021 12:28", | ||
"buildStreams" : "brunobb 06/05/2020 19:58", | ||
"selectFormsDefinitionsFrom:" : "brunobb 11/24/2020 12:38" } } | ||
"selectFormsDefinitionsFrom:" : "brunobb 11/24/2020 12:38", | ||
"setRoot:user:group:credentials:pageSize:pageNumber:xmlQuery:" : "brunobb 07/27/2021 12:26" } } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
repository/OrbeonPersistenceApi.package/OrbeonMaintenanceScript.class/class/newOn..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
instance creation | ||
newOn: anOrbeonSystemRoot | ||
|
||
^self new setRoot: anOrbeonSystemRoot |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
repository/OrbeonPersistenceApi.package/OrbeonMaintenanceScript.class/instance/setRoot..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
private | ||
setRoot: anOrbeonSystemRoot | ||
|
||
root := anOrbeonSystemRoot |
33 changes: 17 additions & 16 deletions
33
repository/OrbeonPersistenceApi.package/OrbeonMaintenanceScript.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
{ | ||
"class" : { | ||
"attachmentStructureExistAt:" : "brunobb 09/10/2020 12:44", | ||
"createEmptyAttachmentStructure" : "brunobb 06/13/2020 17:23", | ||
"createEmptyAttachmentStructureAt:" : "brunobb 09/10/2020 12:51", | ||
"deleteAllOSFiles" : "brunobb 06/13/2020 17:23", | ||
"deleteAllOSFilesAt:" : "brunobb 05/29/2020 11:43", | ||
"deleteUnusedFormInstanceOSFiles" : "BrunoBB 05/04/2016 14:52", | ||
"deleteUnusedOSFiles:pathSelector:" : "brunobb 03/12/2020 15:05", | ||
"deleteUnusedPublishedFormsOSFiles" : "BrunoBB 05/04/2016 14:53", | ||
"deleteUnusedSavedFormsOSFiles" : "BrunoBB 05/04/2016 14:52", | ||
"getDefinitionUsedAttachmentIDs" : "brunobb 08/14/2020 10:39", | ||
"getInstanceDefinitionUsedAttachmentIDs" : "brunobb 08/14/2020 10:39", | ||
"getInstancesUsedAttachmentIDs" : "bruno 07/17/2020 11:05", | ||
"physicallyRemoveFormInstances" : "BrunoBB 02/08/2016 11:29", | ||
"physicallyRemovePublishedForms" : "BrunoBB 05/04/2016 14:54", | ||
"physicallyRemoveSavedForms" : "brunobb 07/03/2020 13:45" }, | ||
"newOn:" : "brunobb 07/22/2021 14:59" }, | ||
"instance" : { | ||
} } | ||
"attachmentStructureExistAt:" : "brunobb 07/22/2021 14:49", | ||
"createEmptyAttachmentStructure" : "brunobb 07/22/2021 14:47", | ||
"createEmptyAttachmentStructureAt:" : "brunobb 07/22/2021 14:47", | ||
"deleteAllOSFiles" : "brunobb 07/22/2021 14:47", | ||
"deleteAllOSFilesAt:" : "brunobb 07/22/2021 14:47", | ||
"deleteUnusedFormInstanceOSFiles" : "brunobb 07/22/2021 14:47", | ||
"deleteUnusedOSFiles:pathSelector:" : "brunobb 07/22/2021 14:48", | ||
"deleteUnusedPublishedFormsOSFiles" : "brunobb 07/22/2021 14:48", | ||
"deleteUnusedSavedFormsOSFiles" : "brunobb 07/22/2021 14:48", | ||
"getDefinitionUsedAttachmentIDs" : "brunobb 07/22/2021 14:51", | ||
"getInstanceDefinitionUsedAttachmentIDs" : "brunobb 07/22/2021 14:51", | ||
"getInstancesUsedAttachmentIDs" : "brunobb 07/22/2021 14:51", | ||
"physicallyRemoveFormInstances" : "brunobb 07/22/2021 14:54", | ||
"physicallyRemovePublishedForms" : "brunobb 07/22/2021 14:54", | ||
"physicallyRemoveSavedForms" : "brunobb 07/22/2021 14:54", | ||
"setRoot:" : "brunobb 07/22/2021 14:50" } } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
repository/OrbeonPersistenceApi.package/monticello.meta/version
Large diffs are not rendered by default.
Oops, something went wrong.