Uses of Class
com.jalios.jcms.ControllerStatus
-
-
Uses of ControllerStatus in com.jalios.jcms
Fields in com.jalios.jcms declared as ControllerStatus Modifier and Type Field Description static ControllerStatus
ControllerStatus. FORBIDDEN
This status represents a forbidden operationstatic ControllerStatus
ControllerStatus. OK
This status represents a sucessfull operationMethods in com.jalios.jcms that return ControllerStatus Modifier and Type Method Description ControllerStatus
Category. addSiblings(java.lang.String names, Member loggedMember, java.lang.String userLang)
Creates categories based on given names as sibling of current CategoryControllerStatus
Category. addSubs(java.lang.String names, Member loggedMember, java.lang.String userLang)
Create a Category under the given categoryControllerStatus
Publication. attachTo(Workspace attachWorkspace, java.util.Set<Category> catSet, Member mbr)
Attaches this publication to the given workspace with the given categories.ControllerStatus
Publication. canBeArchived(Member mbr, java.util.Map context)
Returns a ControllerStatus indicating if this publication can be archived or notControllerStatus
RightPolicyManager. canWorkOn(ControllerStatus status, int op, Member mbr, Member member)
ControllerStatus
LimitController. checkAllLimits()
Checks all the limits for all the controlled resources.ControllerStatus
Data. checkAndPerformCreate(Member mbr)
Checks if the creation can be performed, and performs data creation.ControllerStatus
Data. checkAndPerformCreate(Member mbr, java.util.Map<?,?> context)
Checks if the creation can be performed, and performs data creation.ControllerStatus
Data. checkAndPerformDelete(Member mbr)
Checks if the deletion can be performed, and performs data deletion.ControllerStatus
Data. checkAndPerformDelete(Member mbr, java.util.Map<?,?> context)
Checks if the deletion can be performed, and performs data deletion.ControllerStatus
Publication. checkAndPerformTrash(Member opAuthor, java.util.Map context)
Check if publication can be put in trash, and do it if possible and authorized.ControllerStatus
Publication. checkAndPerformUntrash(Member opAuthor, java.util.Map context)
Check if publication can be removed from trash, and do it if possible and authorized.ControllerStatus
Data. checkAndPerformUpdate(Member mbr)
Checks if the update can be performed, and performs data update.ControllerStatus
Data. checkAndPerformUpdate(Member mbr, java.util.Map<?,?> context)
Checks if the update can be performed, and performs data update.ControllerStatus
LimitController. checkCollaborativeSpaceLimit(boolean add)
Checks collaborative spaces limit.ControllerStatus
Data. checkCreate(Member mbr)
Checks if the creation can be performedControllerStatus
Data. checkCreate(Member mbr, java.util.Map context)
Checks if the creation can be performedControllerStatus
DBFileDocument. checkCreate(Member mbr, java.util.Map context)
ControllerStatus
Member. checkCreate(Member mbr, java.util.Map context)
ControllerStatus
Publication. checkCreate(Member mbr, java.util.Map context)
Checks if the creation can be performedControllerStatus
LimitController. checkDBFileDocumentLimit(boolean add)
Checks DBFileDocument limit.ControllerStatus
LimitController. checkDBMemberLimit(boolean add)
Checks DBMember limit.ControllerStatus
Category. checkDelete(Member mbr, java.util.Map context)
Checks if the deletion can be performedControllerStatus
Data. checkDelete(Member mbr)
Checks if the deletion can be performedControllerStatus
Data. checkDelete(Member mbr, java.util.Map context)
Checks if the deletion can be performedControllerStatus
FileDocument. checkDelete(Member mbr, java.util.Map context)
ControllerStatus
Group. checkDelete(Member mbr, java.util.Map context)
Checks if the deletion can be performedControllerStatus
Member. checkDelete(Member mbr, java.util.Map context)
Checks if the deletion can be performedControllerStatus
Publication. checkDelete(Member mbr, java.util.Map context)
Checks if the deletion can be performedprotected ControllerStatus
BasicDataController. checkFieldMLRequired(Publication pub, java.lang.String fieldName, java.lang.String value, java.util.HashMap valueML)
This convenient method checks if the given multilingual field is required.static ControllerStatus
JcmsUtil. checkFieldMLRequired(Publication pub, java.lang.String fieldName, java.lang.String value, java.util.HashMap valueML)
This convenient method checks if the given multilingual field is required.protected ControllerStatus
BasicDataController. checkFieldRequired(Publication pub, java.lang.String fieldName, java.lang.String value)
This convenient method checks if the given field is required.static ControllerStatus
JcmsUtil. checkFieldRequired(Publication pub, java.lang.String fieldName, java.lang.Object value)
This convenient method checks if the given field is required.ControllerStatus
LimitController. checkGuestLimit(boolean add)
Checks Guest limit.static ControllerStatus
JcmsUtil. checkHtml(java.lang.String[] array, java.lang.String field)
Check if the given array of String does not contain forbidden HTML codestatic ControllerStatus
JcmsUtil. checkHtml(java.lang.String str, java.lang.String field)
Check if the given String does not contain forbidden HTML code.static ControllerStatus
JcmsUtil. checkHtml(java.util.Collection<java.lang.String> coll, java.lang.String field)
Check if the given collection of String does not contain forbidden HTML codestatic ControllerStatus
JcmsUtil. checkHtml(java.util.Map map, java.lang.String field)
Check if the values of given map of String do not contain forbidden HTML codeControllerStatus
RightPolicyManager. checkHtml(java.lang.String str, java.lang.String field)
ControllerStatus
AbstractWebPage. checkIntegrity()
ControllerStatus
BasicDataController. checkIntegrity(Data data)
Checks if the given data respects constraints integrityControllerStatus
Category. checkIntegrity()
Checks whether or not data integrity constraints are respected.ControllerStatus
Data. checkIntegrity()
Checks whether or not data integrity constraints are respected.ControllerStatus
Data. checkIntegrity(java.util.Map context)
Checks whether or not data integrity constraints are respected.ControllerStatus
DataController. checkIntegrity(Data data)
Checks if the given data respects constraints integrityControllerStatus
FileDocument. checkIntegrity(java.util.Map context)
ControllerStatus
Group. checkIntegrity()
Checks whether or not data integrity constraints are respected.ControllerStatus
Member. checkIntegrity(java.util.Map context)
Checks whether or not data integrity constraints are respected.ControllerStatus
Publication. checkIntegrity()
Checks whether or not data integrity constraints are respected.ControllerStatus
LimitController. checkLanguageLimit(boolean add)
Checks language limit.ControllerStatus
Category. checkMember(int op, Member mbr, java.util.Map context)
Checks if the given member can perform the given operation.ControllerStatus
Data. checkMember(int op, Member mbr, java.util.Map context)
Checks if the given member can perform the given operation.ControllerStatus
Group. checkMember(int op, Member mbr, java.util.Map context)
Checks if the given member can perform the given operation.ControllerStatus
Member. checkMember(int op, Member mbr, java.util.Map context)
Checks if the given member can perform the given operation.ControllerStatus
Publication. checkMember(int op, Member mbr, java.util.Map context)
Checks if the given member can perform the given operation.static ControllerStatus
Member. checkMemberGroupModification(Member opAuthor, Group modifiedGroup, Member modifiedMember, boolean checkParentGroup)
Check if the specified Member (opAuthor) is authorized to add or remove a member to the specified group to this member.ControllerStatus
LimitController. checkMemberLimit(boolean add)
Checks member limit.ControllerStatus
Publication. checkMerge(Member mbr, java.util.Map context)
Checks if the merge can be performedControllerStatus
Publication. checkTrash(Member opAuthor, java.util.Map context)
Check this publication can be trashed given its current state and authorization of specified member.ControllerStatus
Publication. checkUntrash(Member opAuthor, java.util.Map context)
Check this publication can be remove from trashed given its current state and authorization of specified member.ControllerStatus
Category. checkUpdate(Member mbr, java.util.Map context)
Checks if the update can be performedControllerStatus
Data. checkUpdate(Member mbr)
Checks if the update can be performedControllerStatus
Data. checkUpdate(Member mbr, java.util.Map context)
Checks if the update can be performedControllerStatus
Publication. checkUpdate(Member mbr, java.util.Map context)
Checks if the update can be performedControllerStatus
LimitController. checkWorkspaceLimit(boolean add)
Checks workspace limit.ControllerStatus
AbstractWebPage. checkWrite(int op, Member mbr, boolean checkIntegrity, java.util.Map context)
ControllerStatus
BasicDataController. checkWrite(Data data, int op, Member mbr, boolean checkIntegrity, java.util.Map context)
Checks if the given write operation can be performedControllerStatus
Data. checkWrite(int op, Member mbr, boolean checkIntegrity, java.util.Map context)
Checks if the given write operation can be performedControllerStatus
DataController. checkWrite(Data data, int op, Member mbr, boolean checkIntegrity, java.util.Map context)
Checks if the given write operation can be performedControllerStatus
FileDocument. checkWrite(int op, Member mbr, boolean checkIntegrity, java.util.Map context)
In case of upload of a new document, and target doc class is Media (or a Media sub type), check that document is of valid type (image, audio, video, or flash).ControllerStatus
Group. checkWrite(int op, Member mbr, boolean checkIntegrity, java.util.Map context)
Checks if the given write operation can be performedControllerStatus
Member. checkWrite(int op, Member mbr, boolean checkIntegrity, java.util.Map context)
Checks if the given write operation can be performedControllerStatus
Publication. checkWrite(int op, Member mbr, boolean checkIntegrity, java.util.Map context)
Checks if the given write operation can be performedControllerStatus
Category. delete(Member loggedMember)
Delete the given categoryControllerStatus
Publication. detachFrom(Workspace attachWorkspace, Member mbr)
Detaches this publication for the given attachWorkspace.protected ControllerStatus
Member. internalCheckMember(int op, Member mbr, java.util.Map context)
ControllerStatus
Category. mergeWith(Category tgtCat, Member loggedMember)
Merges this category with the given the category.ControllerStatus
FileDocument. mergeWith(FileDocument tgtDoc, Member loggedMember)
Merges this document with the given the document.ControllerStatus
Category. moveTo(Category parent, Member loggedMember)
Move Category under given parentControllerStatus
Category. performImport(Member mbr, java.io.File file, java.lang.String languages, java.lang.String encoding)
Parse and imports categories from the given file under this category.ControllerStatus
Category. rename(java.lang.String name, java.lang.String userLang, Member loggedMember)
Rename the given categoryprotected <T extends Data>
ControllerStatusStartupDataGenerator. saveData(T data)
ControllerStatus
Member. updatePhoto(java.io.File file, boolean deleteFileOnFailure, Member updater, java.util.Map<java.lang.String,java.lang.Object> contextMap, java.lang.String userLang)
Methods in com.jalios.jcms that return types with arguments of type ControllerStatus Modifier and Type Method Description java.util.Map<Data,ControllerStatus>
Channel. getDataIntegrityReport(boolean refresh)
Deprecated.useCheckIntegrityReportManager
to manipulate dataIntegrityReport mapjava.util.ArrayList<ControllerStatus>
ControllerStatus. getNestedStatusList()
Methods in com.jalios.jcms with parameters of type ControllerStatus Modifier and Type Method Description void
ControllerStatus. addNestedStatus(ControllerStatus status)
Add a ControllerStatus to the list of nested status.ControllerStatus
RightPolicyManager. canWorkOn(ControllerStatus status, int op, Member mbr, Member member)
Method parameters in com.jalios.jcms with type arguments of type ControllerStatus Modifier and Type Method Description static void
JcmsUtil. exportCSVIntegrityReport(java.util.Map<Data,ControllerStatus> report, java.lang.String lang, java.io.Writer writer)
Export a Data Integrity Report to CSV -
Uses of ControllerStatus in com.jalios.jcms.accesscontrol
Methods in com.jalios.jcms.accesscontrol that return ControllerStatus Modifier and Type Method Description ControllerStatus
AccessControlList. checkDelete(Member mbr, java.util.Map context)
Checks if the deletion can be performedControllerStatus
AccessControlList. checkIntegrity()
Checks whether or not data integrity constraints are respected.ControllerStatus
AccessControlList. checkMember(int op, Member mbr, java.util.Map context)
Checks if the given member can perform the given operation. -
Uses of ControllerStatus in com.jalios.jcms.alert
Methods in com.jalios.jcms.alert that return ControllerStatus Modifier and Type Method Description ControllerStatus
Alert. checkIntegrity()
-
Uses of ControllerStatus in com.jalios.jcms.application
Methods in com.jalios.jcms.application that return ControllerStatus Modifier and Type Method Description ControllerStatus
ApplicationManager. addApplication(Member mbr, java.lang.String tabName, generated.Shortcut application, boolean checkAlreadyInstalled, boolean sendAlert)
Returns a ControllerStatus as a result of the action which adds the given application to the member's shortcut in given tab -
Uses of ControllerStatus in com.jalios.jcms.backgroundprocess
Methods in com.jalios.jcms.backgroundprocess that return ControllerStatus Modifier and Type Method Description ControllerStatus
BackgroundProcess. canStart(Member author)
protected ControllerStatus
BackgroundProcessManager. canStart(Member author, BackgroundProcess process, BackgroundProcess.Scope scope, boolean unique)
Returns weither process can be run or not as a controller status.
Prevents unique process to be run simultaneously, depending on author, domain and scope.
Prevents null-author process to be run, unless it is explicitely allowed usingBackgroundProcess.allowNulLAuthor()
; -
Uses of ControllerStatus in com.jalios.jcms.caddy
Methods in com.jalios.jcms.caddy with parameters of type ControllerStatus Modifier and Type Method Description protected boolean
AbstractCaddyProcess. processMultipleStatus(Data data, ControllerStatus status)
Process the ControllerStatus: do nothing if OK, or send on forbidden, or accumulate warning message with the previous ones in the request. -
Uses of ControllerStatus in com.jalios.jcms.calendar
Methods in com.jalios.jcms.calendar that return ControllerStatus Modifier and Type Method Description static ControllerStatus
AbstractCalendarEvent. checkAttendeesIntegrity(AbstractCalendarEvent event, Member[] attendees)
ControllerStatus
AbstractCalendarEvent. checkIntegrity()
Checks whether or not data integrity constraints are respected. -
Uses of ControllerStatus in com.jalios.jcms.handler
Methods in com.jalios.jcms.handler that return ControllerStatus Modifier and Type Method Description protected ControllerStatus
JcmsFormHandler. canStartProcess(BackgroundProcess process)
Methods in com.jalios.jcms.handler that return types with arguments of type ControllerStatus Modifier and Type Method Description java.util.Map<Data,ControllerStatus>
CheckIntegrityReportManager. getDataIntegrityReport()
Basic getter for the integrity constraints of all the data in the store.java.util.Map<Data,ControllerStatus>
CheckIntegrityReportManager. getDataIntegrityReport(boolean launchProcess)
Getter for the integrity constraints of all the data in the store.Methods in com.jalios.jcms.handler with parameters of type ControllerStatus Modifier and Type Method Description protected boolean
EditCatHandler. processStatus(ControllerStatus status)
protected boolean
EditPublicationHandler. processStatus(ControllerStatus status)
protected boolean
JcmsFormHandler. processStatus(ControllerStatus status)
Process the ControllerStatus: do nothing if OK, or send on forbidden, or put a warning message in the request.Method parameters in com.jalios.jcms.handler with type arguments of type ControllerStatus Modifier and Type Method Description void
CheckIntegrityProcess. setReport(java.util.Map<Data,ControllerStatus> report)
-
Uses of ControllerStatus in com.jalios.jcms.jportal
Methods in com.jalios.jcms.jportal that return ControllerStatus Modifier and Type Method Description ControllerStatus
AbstractJPortal. checkDelete(Member mbr, java.util.Map context)
ControllerStatus
AbstractJPortal. checkWrite(int op, Member mbr, boolean checkIntegrity, java.util.Map context)
ControllerStatus
JPortalStructureDataController. checkWrite(Data data, int op, Member mbr, boolean checkIntegrity, java.util.Map context)
ControllerStatus
JPortalManager. duplicateJPortal(AbstractJPortal jportal, WizardContext context, boolean updateIds)
Duplicate aJPortal
ControllerStatus
JPortalHistoryHandler. performUpdate()
ControllerStatus
JPortalManager. publishJPortal(AbstractJPortal jPortal, java.lang.String jPortalName, Member mbr, java.util.Map<java.lang.String,java.lang.Object> context, int pstatus, Category[] categories, java.util.Date pdate, java.lang.String title, java.util.HashMap<java.lang.String,java.lang.String> titleML)
Publish the JPortalControllerStatus
JPortalManager. saveJPortalStructure(AbstractJPortal jPortal, JPortalMapping jPortalMapping, Member mbr)
Saves the givenJPortalMapping
for givenAbstractJPortal
ControllerStatus
JPortalManager. saveJPortalStructure(AbstractJPortal jPortal, JPortalMapping jPortalMapping, Member mbr, boolean published)
static ControllerStatus
JPortalUtils. updateJPortletUIMapping(AbstractJPortal jportal, PortalElement portalElement, java.util.Map<java.lang.String,java.lang.String> cssMap, Member member)
-
Uses of ControllerStatus in com.jalios.jcms.media
Methods in com.jalios.jcms.media that return ControllerStatus Modifier and Type Method Description ControllerStatus
MediaProgression. checkIntegrity()
-
Uses of ControllerStatus in com.jalios.jcms.member.csvimport
Fields in com.jalios.jcms.member.csvimport declared as ControllerStatus Modifier and Type Field Description protected ControllerStatus
MemberImport. status
A custom integrity error message, or a JCMS integrity message.Methods in com.jalios.jcms.member.csvimport that return ControllerStatus Modifier and Type Method Description ControllerStatus
MemberImport. getStatus()
Methods in com.jalios.jcms.member.csvimport with parameters of type ControllerStatus Modifier and Type Method Description void
MemberImport. setStatus(ControllerStatus status)
-
Uses of ControllerStatus in com.jalios.jcms.policy
Methods in com.jalios.jcms.policy that return ControllerStatus Modifier and Type Method Description ControllerStatus
BasicRightPolicyFilter. canWorkOn(ControllerStatus status, int op, Member mbr, Member member)
ControllerStatus
RightPolicyFilter. canWorkOn(ControllerStatus status, int op, Member mbr, Member member)
ControllerStatus
BasicRightPolicyFilter. checkHtml(java.lang.String str, java.lang.String field)
ControllerStatus
RightPolicyFilter. checkHtml(java.lang.String str, java.lang.String field)
This method is called to check if the given string does not contain forbidden HTML codeMethods in com.jalios.jcms.policy with parameters of type ControllerStatus Modifier and Type Method Description ControllerStatus
BasicRightPolicyFilter. canWorkOn(ControllerStatus status, int op, Member mbr, Member member)
ControllerStatus
RightPolicyFilter. canWorkOn(ControllerStatus status, int op, Member mbr, Member member)
-
Uses of ControllerStatus in com.jalios.jcms.portlet
Methods in com.jalios.jcms.portlet that return ControllerStatus Modifier and Type Method Description ControllerStatus
Portal. checkDelete(Member mbr, java.util.Map context)
Checks if the deletion can be performedControllerStatus
PortalRedirect. checkIntegrity()
ControllerStatus
PortletJspDataController. checkIntegrity(Data data)
ControllerStatus
PortletQueryForeachDataController. checkIntegrity(Data data)
default ControllerStatus
PortletJspInterface. checkJsp()
Check integrity of the JSP field valueControllerStatus
AbstractPortalJspCollection. checkWrite(int op, Member mbr, boolean checkIntegrity, java.util.Map context)
ControllerStatus
PortletCollection. checkWrite(int op, Member mbr, boolean checkIntegrity, java.util.Map context)
ControllerStatus
AbstractPortalJspCollection. handleSortable(JcmsJspContext jcmsContext)
Handle a sortable request (ie a DnD) received for this portletControllerStatus
PortletCollection. handleSortable(JcmsJspContext jcmsContext)
Handle a sortable request (ie a DnD) received for this portlet -
Uses of ControllerStatus in com.jalios.jcms.profiling
Methods in com.jalios.jcms.profiling that return ControllerStatus Modifier and Type Method Description ControllerStatus
ContentController. checkWrite(Data data, int op, Member mbr, boolean checkIntegrity, java.util.Map context)
-
Uses of ControllerStatus in com.jalios.jcms.publiclink
Methods in com.jalios.jcms.publiclink that return ControllerStatus Modifier and Type Method Description ControllerStatus
PublicLink. checkWrite(int op, Member mbr, boolean checkIntegrity, java.util.Map context)
-
Uses of ControllerStatus in com.jalios.jcms.quota
Methods in com.jalios.jcms.quota that return ControllerStatus Modifier and Type Method Description ControllerStatus
QuotaDataController. checkWrite(Data data, int op, Member mbr, boolean checkIntegrity, java.util.Map context)
ControllerStatus
QuotaManager. isUploadEnabled()
indicates if upload is enabled for all the siteControllerStatus
QuotaManager. isUploadEnabled(Workspace wk)
indicates if upload is enabled for all the site and provided workspace if not null -
Uses of ControllerStatus in com.jalios.jcms.recommendation
Methods in com.jalios.jcms.recommendation that return ControllerStatus Modifier and Type Method Description ControllerStatus
Recommendation. checkIntegrity(java.util.Map context)
-
Uses of ControllerStatus in com.jalios.jcms.security
Methods in com.jalios.jcms.security that return ControllerStatus Modifier and Type Method Description static ControllerStatus
KeyStoreManager. validateConfiguration(JProperties jproperties, java.util.List<JcmsMessage> informationMessagesCollector)
-
Uses of ControllerStatus in com.jalios.jcms.security.classified
Methods in com.jalios.jcms.security.classified that return ControllerStatus Modifier and Type Method Description ControllerStatus
ClassifiedConstraint. getControllerStatus()
Retrieve a failed ControllerStatus suitable to explain the required constraint relative to classified publication.ControllerStatus
ClassifiedFeature. getControllerStatus()
Retrieve a failed ControllerStatus suitable to explain the feature limit relative to classified publication. -
Uses of ControllerStatus in com.jalios.jcms.shortcut
Methods in com.jalios.jcms.shortcut that return ControllerStatus Modifier and Type Method Description ControllerStatus
AbstractShortcut. checkIntegrity()
Prevents the shortcut to reference itself as a Publication. -
Uses of ControllerStatus in com.jalios.jcms.test
Methods in com.jalios.jcms.test with parameters of type ControllerStatus Modifier and Type Method Description static void
Assert. assertStatusForbidden(ControllerStatus status)
protected void
JcmsTestCase. assertStatusForbidden(ControllerStatus status)
static void
Assert. assertStatusHasFailed(ControllerStatus status)
static void
Assert. assertStatusHasFailed(java.lang.String prop, ControllerStatus status)
static void
Assert. assertStatusHasFailed(java.lang.String msg, java.lang.String prop, ControllerStatus status)
protected void
JcmsTestCase. assertStatusHasFailed(ControllerStatus status)
protected void
JcmsTestCase. assertStatusHasFailed(java.lang.String prop, ControllerStatus status)
static void
Assert. assertStatusOK(ControllerStatus status)
static void
Assert. assertStatusOK(java.lang.String msg, ControllerStatus status)
protected void
JcmsTestCase. assertStatusOK(ControllerStatus status)
static java.lang.String
JcmsTestCaseUtil. getControllerStatusDebugString(ControllerStatus actualStatus)
-
Uses of ControllerStatus in com.jalios.jcms.vote
Methods in com.jalios.jcms.vote that return ControllerStatus Modifier and Type Method Description ControllerStatus
Vote. checkIntegrity()
ControllerStatus
VoteManager. deleteAllVote(Member mbr)
Delete all votes of aMember
ControllerStatus
VoteManager. deleteAllVote(Publication pub, Member mbr)
Delete all votes of aPublication
-
Uses of ControllerStatus in com.jalios.jcms.workspace
Fields in com.jalios.jcms.workspace declared as ControllerStatus Modifier and Type Field Description protected ControllerStatus
WizardContext. cs
Methods in com.jalios.jcms.workspace that return ControllerStatus Modifier and Type Method Description ControllerStatus
Workspace. checkCreate(Member mbr, java.util.Map context)
Checks if the creation can be performedControllerStatus
WSTypeEntry. checkCreate(Member mbr, java.util.Map context)
ControllerStatus
WSTypeEntry. checkCreateUpdate(Member mbr, java.util.Map context)
Convenient check for Create and Update.ControllerStatus
Workspace. checkDelete(Member mbr, java.util.Map context)
Checks if the deletion can be performedControllerStatus
WKRole. checkIntegrity(java.util.Map context)
ControllerStatus
Workspace. checkIntegrity()
Checks whether or not data integrity constraints are respected.ControllerStatus
Workspace. checkMember(int op, Member mbr, java.util.Map context)
Checks if the given member can perform the given operation.ControllerStatus
WSTypeEntry. checkMember(int op, Member mbr, java.util.Map context)
ControllerStatus
Workspace. checkUpdate(Member mbr, java.util.Map context)
Checks if the update can be performedControllerStatus
WSTypeEntry. checkUpdate(Member mbr, java.util.Map context)
ControllerStatus
Workspace. checkWrite(int op, Member mbr, boolean checkIntegrity, java.util.Map context)
ControllerStatus
WizardContext. getFailStatus()
Returns the ControllerStatus provided with failure or nullMethods in com.jalios.jcms.workspace with parameters of type ControllerStatus Modifier and Type Method Description void
WizardContext. setFailed(boolean failed, ControllerStatus cs)
-
Uses of ControllerStatus in com.jalios.jcms.wysiwyg.image
Methods in com.jalios.jcms.wysiwyg.image with parameters of type ControllerStatus Modifier and Type Method Description protected boolean
ImageUploadHandler. processStatus(ControllerStatus status)
-