Change<WoofHttpContinuationModel> |
WoofChanges.addDocumentation(WoofHttpContinuationModel continuation,
java.lang.String documentation) |
|
Change<WoofHttpInputModel> |
WoofChanges.addDocumentation(WoofHttpInputModel input,
java.lang.String documentation) |
|
Change<WoofHttpContinuationModel> |
WoofChangesImpl.addDocumentation(WoofHttpContinuationModel continuation,
java.lang.String description) |
|
Change<WoofHttpInputModel> |
WoofChangesImpl.addDocumentation(WoofHttpInputModel input,
java.lang.String description) |
|
Change<WoofExceptionModel> |
WoofChanges.addException(java.lang.String exceptionClassName) |
|
Change<WoofExceptionModel> |
WoofChangesImpl.addException(java.lang.String exceptionClassName) |
|
Change<WoofGovernanceModel> |
WoofChanges.addGovernance(java.lang.String governanceName,
java.lang.String governanceSourceClassName,
PropertyList properties,
GovernanceType<?,?> governanceType) |
|
Change<WoofGovernanceModel> |
WoofChangesImpl.addGovernance(java.lang.String governanceName,
java.lang.String governanceSourceClassName,
PropertyList properties,
GovernanceType<?,?> governanceType) |
|
Change<WoofGovernanceAreaModel> |
WoofChanges.addGovernanceArea(WoofGovernanceModel governance,
int width,
int height) |
|
Change<WoofGovernanceAreaModel> |
WoofChangesImpl.addGovernanceArea(WoofGovernanceModel governance,
int width,
int height) |
|
Change<WoofHttpContinuationModel> |
WoofChanges.addHttpContinuation(java.lang.String applicationPath,
boolean isSecure) |
|
Change<WoofHttpContinuationModel> |
WoofChangesImpl.addHttpContinuation(java.lang.String applicationPath,
boolean isSecure) |
|
Change<WoofHttpInputModel> |
WoofChanges.addHttpInput(java.lang.String applicationPath,
java.lang.String httpMethodName,
boolean isSecure) |
|
Change<WoofHttpInputModel> |
WoofChangesImpl.addHttpInput(java.lang.String applicationPath,
java.lang.String httpMethodName,
boolean isSecure) |
|
Change<WoofProcedureModel> |
WoofChanges.addProcedure(java.lang.String procedureName,
java.lang.String resource,
java.lang.String sourceName,
java.lang.String procedure,
PropertyList properties,
ProcedureType procedureType) |
|
Change<WoofProcedureModel> |
WoofChangesImpl.addProcedure(java.lang.String procedureName,
java.lang.String resource,
java.lang.String sourceName,
java.lang.String procedure,
PropertyList properties,
ProcedureType procedureType) |
|
Change<WoofResourceModel> |
WoofChanges.addResource(java.lang.String resourcePath) |
|
Change<WoofResourceModel> |
WoofChangesImpl.addResource(java.lang.String resourcePath) |
|
Change<WoofSectionModel> |
WoofChanges.addSection(java.lang.String sectionName,
java.lang.String sectionSourceClassName,
java.lang.String sectionLocation,
PropertyList properties,
SectionType sectionType) |
|
Change<WoofSectionModel> |
WoofChangesImpl.addSection(java.lang.String sectionName,
java.lang.String sectionSourceClassName,
java.lang.String sectionLocation,
PropertyList properties,
SectionType section) |
|
Change<WoofSecurityModel> |
WoofChanges.addSecurity(java.lang.String httpSecurityName,
java.lang.String httpSecuritySourceClassName,
long timeout,
PropertyList properties,
java.lang.String[] contentTypes,
HttpSecurityType<?,?,?,?,?> httpSecurityType) |
|
Change<WoofSecurityModel> |
WoofChangesImpl.addSecurity(java.lang.String httpSecurityName,
java.lang.String httpSecuritySourceClassName,
long timeout,
PropertyList properties,
java.lang.String[] contentTypes,
HttpSecurityType<?,?,?,?,?> httpSecurityType) |
|
Change<WoofStartModel> |
WoofChanges.addStart() |
|
Change<WoofStartModel> |
WoofChangesImpl.addStart() |
|
Change<WoofTemplateModel> |
WoofChanges.addTemplate(java.lang.String applicationPath,
java.lang.String templateLocation,
java.lang.String templateLogicClass,
WebTemplateType webTemplateType,
java.lang.String redirectValuesFunction,
java.lang.String contentType,
java.lang.String charsetName,
boolean isTemplateSecure,
java.lang.String linkSeparatorCharacter,
java.util.Map<java.lang.String,java.lang.Boolean> linksSecure,
java.lang.String[] renderHttpMethods,
WoofTemplateExtension[] extensions,
WoofTemplateChangeContext context) |
|
Change<WoofTemplateModel> |
WoofChangesImpl.addTemplate(java.lang.String applicationPath,
java.lang.String templateLocation,
java.lang.String templateLogicClass,
WebTemplateType templateType,
java.lang.String redirectValuesFunction,
java.lang.String contentType,
java.lang.String charsetName,
boolean isTemplateSecure,
java.lang.String linkSeparatorCharacter,
java.util.Map<java.lang.String,java.lang.Boolean> linksSecure,
java.lang.String[] renderHttpMethods,
WoofTemplateExtension[] extensions,
WoofTemplateChangeContext context) |
|
Change<WoofHttpContinuationModel> |
WoofChanges.changeApplicationPath(WoofHttpContinuationModel continuation,
java.lang.String applicationPath) |
|
Change<WoofHttpInputModel> |
WoofChanges.changeApplicationPath(WoofHttpInputModel input,
java.lang.String applicationPath) |
|
Change<WoofTemplateModel> |
WoofChanges.changeApplicationPath(WoofTemplateModel template,
java.lang.String applicationPath,
WoofTemplateChangeContext context) |
|
Change<WoofHttpContinuationModel> |
WoofChangesImpl.changeApplicationPath(WoofHttpContinuationModel continuation,
java.lang.String applicationPath) |
|
Change<WoofHttpInputModel> |
WoofChangesImpl.changeApplicationPath(WoofHttpInputModel input,
java.lang.String applicationPath) |
|
Change<WoofTemplateModel> |
WoofChangesImpl.changeApplicationPath(WoofTemplateModel template,
java.lang.String applicationPath,
WoofTemplateChangeContext context) |
|
Change<WoofResourceModel> |
WoofChanges.changeResourcePath(WoofResourceModel resource,
java.lang.String resourcePath) |
|
Change<WoofResourceModel> |
WoofChangesImpl.changeResourcePath(WoofResourceModel resource,
java.lang.String resourcePath) |
|
Change<WoofExceptionToWoofHttpContinuationModel> |
WoofChanges.linkExceptionToHttpContinuation(WoofExceptionModel exception,
WoofHttpContinuationModel applicationPath) |
|
Change<WoofExceptionToWoofHttpContinuationModel> |
WoofChangesImpl.linkExceptionToHttpContinuation(WoofExceptionModel exception,
WoofHttpContinuationModel applicationPath) |
|
Change<WoofExceptionToWoofProcedureModel> |
WoofChanges.linkExceptionToProcedure(WoofExceptionModel exception,
WoofProcedureModel procedure) |
|
Change<WoofExceptionToWoofProcedureModel> |
WoofChangesImpl.linkExceptionToProcedure(WoofExceptionModel exception,
WoofProcedureModel procedure) |
|
Change<WoofExceptionToWoofResourceModel> |
WoofChanges.linkExceptionToResource(WoofExceptionModel exception,
WoofResourceModel resource) |
|
Change<WoofExceptionToWoofResourceModel> |
WoofChangesImpl.linkExceptionToResource(WoofExceptionModel exception,
WoofResourceModel resource) |
|
Change<WoofExceptionToWoofSectionInputModel> |
WoofChanges.linkExceptionToSectionInput(WoofExceptionModel exception,
WoofSectionInputModel sectionInput) |
|
Change<WoofExceptionToWoofSectionInputModel> |
WoofChangesImpl.linkExceptionToSectionInput(WoofExceptionModel exception,
WoofSectionInputModel sectionInput) |
|
Change<WoofExceptionToWoofSecurityModel> |
WoofChanges.linkExceptionToSecurity(WoofExceptionModel exception,
WoofSecurityModel security) |
|
Change<WoofExceptionToWoofSecurityModel> |
WoofChangesImpl.linkExceptionToSecurity(WoofExceptionModel exception,
WoofSecurityModel security) |
|
Change<WoofExceptionToWoofTemplateModel> |
WoofChanges.linkExceptionToTemplate(WoofExceptionModel exception,
WoofTemplateModel template) |
|
Change<WoofExceptionToWoofTemplateModel> |
WoofChangesImpl.linkExceptionToTemplate(WoofExceptionModel exception,
WoofTemplateModel template) |
|
Change<WoofHttpContinuationToWoofHttpContinuationModel> |
WoofChanges.linkHttpContinuationToHttpContinuation(WoofHttpContinuationModel httpContinuation,
WoofHttpContinuationModel httpRedirect) |
|
Change<WoofHttpContinuationToWoofHttpContinuationModel> |
WoofChangesImpl.linkHttpContinuationToHttpContinuation(WoofHttpContinuationModel httpContinuation,
WoofHttpContinuationModel httpRedirect) |
|
Change<WoofHttpContinuationToWoofProcedureModel> |
WoofChanges.linkHttpContinuationToProcedure(WoofHttpContinuationModel httpContinuation,
WoofProcedureModel procedure) |
|
Change<WoofHttpContinuationToWoofProcedureModel> |
WoofChangesImpl.linkHttpContinuationToProcedure(WoofHttpContinuationModel httpContinuation,
WoofProcedureModel procedure) |
|
Change<WoofHttpContinuationToWoofResourceModel> |
WoofChanges.linkHttpContinuationToResource(WoofHttpContinuationModel httpContinuation,
WoofResourceModel resource) |
|
Change<WoofHttpContinuationToWoofResourceModel> |
WoofChangesImpl.linkHttpContinuationToResource(WoofHttpContinuationModel httpContinuation,
WoofResourceModel resource) |
|
Change<WoofHttpContinuationToWoofSectionInputModel> |
WoofChanges.linkHttpContinuationToSectionInput(WoofHttpContinuationModel httpContinuation,
WoofSectionInputModel sectionInput) |
|
Change<WoofHttpContinuationToWoofSectionInputModel> |
WoofChangesImpl.linkHttpContinuationToSectionInput(WoofHttpContinuationModel httpContinuation,
WoofSectionInputModel sectionInput) |
|
Change<WoofHttpContinuationToWoofSecurityModel> |
WoofChanges.linkHttpContinuationToSecurity(WoofHttpContinuationModel httpContinuation,
WoofSecurityModel security) |
|
Change<WoofHttpContinuationToWoofSecurityModel> |
WoofChangesImpl.linkHttpContinuationToSecurity(WoofHttpContinuationModel httpContinuation,
WoofSecurityModel security) |
|
Change<WoofHttpContinuationToWoofTemplateModel> |
WoofChanges.linkHttpContinuationToTemplate(WoofHttpContinuationModel httpContinuation,
WoofTemplateModel template) |
|
Change<WoofHttpContinuationToWoofTemplateModel> |
WoofChangesImpl.linkHttpContinuationToTemplate(WoofHttpContinuationModel httpContinuation,
WoofTemplateModel template) |
|
Change<WoofHttpInputToWoofHttpContinuationModel> |
WoofChanges.linkHttpInputToHttpContinuation(WoofHttpInputModel httpInput,
WoofHttpContinuationModel applicationPath) |
|
Change<WoofHttpInputToWoofHttpContinuationModel> |
WoofChangesImpl.linkHttpInputToHttpContinuation(WoofHttpInputModel httpInput,
WoofHttpContinuationModel httpContinuation) |
|
Change<WoofHttpInputToWoofProcedureModel> |
WoofChanges.linkHttpInputToProcedure(WoofHttpInputModel httpInput,
WoofProcedureModel procedure) |
|
Change<WoofHttpInputToWoofProcedureModel> |
WoofChangesImpl.linkHttpInputToProcedure(WoofHttpInputModel httpInput,
WoofProcedureModel procedure) |
|
Change<WoofHttpInputToWoofResourceModel> |
WoofChanges.linkHttpInputToResource(WoofHttpInputModel httpInput,
WoofResourceModel resource) |
|
Change<WoofHttpInputToWoofResourceModel> |
WoofChangesImpl.linkHttpInputToResource(WoofHttpInputModel httpInput,
WoofResourceModel resource) |
|
Change<WoofHttpInputToWoofSectionInputModel> |
WoofChanges.linkHttpInputToSectionInput(WoofHttpInputModel httpInput,
WoofSectionInputModel sectionInput) |
|
Change<WoofHttpInputToWoofSectionInputModel> |
WoofChangesImpl.linkHttpInputToSectionInput(WoofHttpInputModel httpInput,
WoofSectionInputModel sectionInput) |
|
Change<WoofHttpInputToWoofSecurityModel> |
WoofChanges.linkHttpInputToSecurity(WoofHttpInputModel httpInput,
WoofSecurityModel security) |
|
Change<WoofHttpInputToWoofSecurityModel> |
WoofChangesImpl.linkHttpInputToSecurity(WoofHttpInputModel httpInput,
WoofSecurityModel security) |
|
Change<WoofHttpInputToWoofTemplateModel> |
WoofChanges.linkHttpInputToTemplate(WoofHttpInputModel httpInput,
WoofTemplateModel template) |
|
Change<WoofHttpInputToWoofTemplateModel> |
WoofChangesImpl.linkHttpInputToTemplate(WoofHttpInputModel httpInput,
WoofTemplateModel template) |
|
Change<WoofProcedureNextToWoofHttpContinuationModel> |
WoofChanges.linkProcedureNextToHttpContinuation(WoofProcedureNextModel procedureNext,
WoofHttpContinuationModel httpContinuation) |
|
Change<WoofProcedureNextToWoofHttpContinuationModel> |
WoofChangesImpl.linkProcedureNextToHttpContinuation(WoofProcedureNextModel procedureNext,
WoofHttpContinuationModel httpContinuation) |
|
Change<WoofProcedureNextToWoofProcedureModel> |
WoofChanges.linkProcedureNextToProcedure(WoofProcedureNextModel procedureNext,
WoofProcedureModel procedure) |
|
Change<WoofProcedureNextToWoofProcedureModel> |
WoofChangesImpl.linkProcedureNextToProcedure(WoofProcedureNextModel procedureNext,
WoofProcedureModel procedure) |
|
Change<WoofProcedureNextToWoofResourceModel> |
WoofChanges.linkProcedureNextToResource(WoofProcedureNextModel procedureNext,
WoofResourceModel resource) |
|
Change<WoofProcedureNextToWoofResourceModel> |
WoofChangesImpl.linkProcedureNextToResource(WoofProcedureNextModel procedureNext,
WoofResourceModel resource) |
|
Change<WoofProcedureNextToWoofSectionInputModel> |
WoofChanges.linkProcedureNextToSectionInput(WoofProcedureNextModel procedureNext,
WoofSectionInputModel sectionInput) |
|
Change<WoofProcedureNextToWoofSectionInputModel> |
WoofChangesImpl.linkProcedureNextToSectionInput(WoofProcedureNextModel procedureNext,
WoofSectionInputModel sectionInput) |
|
Change<WoofProcedureNextToWoofSecurityModel> |
WoofChanges.linkProcedureNextToSecurity(WoofProcedureNextModel procedureNext,
WoofSecurityModel security) |
|
Change<WoofProcedureNextToWoofSecurityModel> |
WoofChangesImpl.linkProcedureNextToSecurity(WoofProcedureNextModel procedureNext,
WoofSecurityModel security) |
|
Change<WoofProcedureNextToWoofTemplateModel> |
WoofChanges.linkProcedureNextToTemplate(WoofProcedureNextModel procedureNext,
WoofTemplateModel template) |
|
Change<WoofProcedureNextToWoofTemplateModel> |
WoofChangesImpl.linkProcedureNextToTemplate(WoofProcedureNextModel procedureNext,
WoofTemplateModel template) |
|
Change<WoofProcedureOutputToWoofHttpContinuationModel> |
WoofChanges.linkProcedureOutputToHttpContinuation(WoofProcedureOutputModel procedureOutput,
WoofHttpContinuationModel httpContinuation) |
|
Change<WoofProcedureOutputToWoofHttpContinuationModel> |
WoofChangesImpl.linkProcedureOutputToHttpContinuation(WoofProcedureOutputModel procedureOutput,
WoofHttpContinuationModel httpContinuation) |
|
Change<WoofProcedureOutputToWoofProcedureModel> |
WoofChanges.linkProcedureOutputToProcedure(WoofProcedureOutputModel procedureOutput,
WoofProcedureModel procedure) |
|
Change<WoofProcedureOutputToWoofProcedureModel> |
WoofChangesImpl.linkProcedureOutputToProcedure(WoofProcedureOutputModel procedureOutput,
WoofProcedureModel procedure) |
|
Change<WoofProcedureOutputToWoofResourceModel> |
WoofChanges.linkProcedureOutputToResource(WoofProcedureOutputModel procedureOutput,
WoofResourceModel resource) |
|
Change<WoofProcedureOutputToWoofResourceModel> |
WoofChangesImpl.linkProcedureOutputToResource(WoofProcedureOutputModel procedureOutput,
WoofResourceModel resource) |
|
Change<WoofProcedureOutputToWoofSectionInputModel> |
WoofChanges.linkProcedureOutputToSectionInput(WoofProcedureOutputModel procedureOutput,
WoofSectionInputModel sectionInput) |
|
Change<WoofProcedureOutputToWoofSectionInputModel> |
WoofChangesImpl.linkProcedureOutputToSectionInput(WoofProcedureOutputModel procedureOutput,
WoofSectionInputModel sectionInput) |
|
Change<WoofProcedureOutputToWoofSecurityModel> |
WoofChanges.linkProcedureOutputToSecurity(WoofProcedureOutputModel procedureOutput,
WoofSecurityModel security) |
|
Change<WoofProcedureOutputToWoofSecurityModel> |
WoofChangesImpl.linkProcedureOutputToSecurity(WoofProcedureOutputModel procedureOutput,
WoofSecurityModel security) |
|
Change<WoofProcedureOutputToWoofTemplateModel> |
WoofChanges.linkProcedureOutputToTemplate(WoofProcedureOutputModel procedureOutput,
WoofTemplateModel template) |
|
Change<WoofProcedureOutputToWoofTemplateModel> |
WoofChangesImpl.linkProcedureOutputToTemplate(WoofProcedureOutputModel procedureOutput,
WoofTemplateModel template) |
|
Change<WoofSectionOutputToWoofHttpContinuationModel> |
WoofChanges.linkSectionOutputToHttpContinuation(WoofSectionOutputModel sectionOutput,
WoofHttpContinuationModel httpContinuation) |
|
Change<WoofSectionOutputToWoofHttpContinuationModel> |
WoofChangesImpl.linkSectionOutputToHttpContinuation(WoofSectionOutputModel sectionOutput,
WoofHttpContinuationModel httpContinuation) |
|
Change<WoofSectionOutputToWoofProcedureModel> |
WoofChanges.linkSectionOutputToProcedure(WoofSectionOutputModel sectionOutput,
WoofProcedureModel procedure) |
|
Change<WoofSectionOutputToWoofProcedureModel> |
WoofChangesImpl.linkSectionOutputToProcedure(WoofSectionOutputModel sectionOutput,
WoofProcedureModel procedure) |
|
Change<WoofSectionOutputToWoofResourceModel> |
WoofChanges.linkSectionOutputToResource(WoofSectionOutputModel sectionOutput,
WoofResourceModel resource) |
|
Change<WoofSectionOutputToWoofResourceModel> |
WoofChangesImpl.linkSectionOutputToResource(WoofSectionOutputModel sectionOutput,
WoofResourceModel resource) |
|
Change<WoofSectionOutputToWoofSectionInputModel> |
WoofChanges.linkSectionOutputToSectionInput(WoofSectionOutputModel sectionOutput,
WoofSectionInputModel sectionInput) |
|
Change<WoofSectionOutputToWoofSectionInputModel> |
WoofChangesImpl.linkSectionOutputToSectionInput(WoofSectionOutputModel sectionOutput,
WoofSectionInputModel sectionInput) |
|
Change<WoofSectionOutputToWoofSecurityModel> |
WoofChanges.linkSectionOutputToSecurity(WoofSectionOutputModel sectionOutput,
WoofSecurityModel security) |
|
Change<WoofSectionOutputToWoofSecurityModel> |
WoofChangesImpl.linkSectionOutputToSecurity(WoofSectionOutputModel sectionOutput,
WoofSecurityModel security) |
|
Change<WoofSectionOutputToWoofTemplateModel> |
WoofChanges.linkSectionOutputToTemplate(WoofSectionOutputModel sectionOutput,
WoofTemplateModel template) |
|
Change<WoofSectionOutputToWoofTemplateModel> |
WoofChangesImpl.linkSectionOutputToTemplate(WoofSectionOutputModel sectionOutput,
WoofTemplateModel template) |
|
Change<WoofSecurityOutputToWoofHttpContinuationModel> |
WoofChanges.linkSecurityOutputToHttpContinuation(WoofSecurityOutputModel securityOutput,
WoofHttpContinuationModel httpContinuation) |
|
Change<WoofSecurityOutputToWoofHttpContinuationModel> |
WoofChangesImpl.linkSecurityOutputToHttpContinuation(WoofSecurityOutputModel securityOutput,
WoofHttpContinuationModel httpContinuation) |
|
Change<WoofSecurityOutputToWoofProcedureModel> |
WoofChanges.linkSecurityOutputToProcedure(WoofSecurityOutputModel securityOutput,
WoofProcedureModel procedure) |
|
Change<WoofSecurityOutputToWoofProcedureModel> |
WoofChangesImpl.linkSecurityOutputToProcedure(WoofSecurityOutputModel securityOutput,
WoofProcedureModel procedure) |
|
Change<WoofSecurityOutputToWoofResourceModel> |
WoofChanges.linkSecurityOutputToResource(WoofSecurityOutputModel securityOutput,
WoofResourceModel resource) |
|
Change<WoofSecurityOutputToWoofResourceModel> |
WoofChangesImpl.linkSecurityOutputToResource(WoofSecurityOutputModel securityOutput,
WoofResourceModel resource) |
|
Change<WoofSecurityOutputToWoofSectionInputModel> |
WoofChanges.linkSecurityOutputToSectionInput(WoofSecurityOutputModel securityOutput,
WoofSectionInputModel sectionInput) |
|
Change<WoofSecurityOutputToWoofSectionInputModel> |
WoofChangesImpl.linkSecurityOutputToSectionInput(WoofSecurityOutputModel securityOutput,
WoofSectionInputModel sectionInput) |
|
Change<WoofSecurityOutputToWoofSecurityModel> |
WoofChanges.linkSecurityOutputToSecurity(WoofSecurityOutputModel securityOutput,
WoofSecurityModel security) |
|
Change<WoofSecurityOutputToWoofSecurityModel> |
WoofChangesImpl.linkSecurityOutputToSecurity(WoofSecurityOutputModel securityOutput,
WoofSecurityModel security) |
|
Change<WoofSecurityOutputToWoofTemplateModel> |
WoofChanges.linkSecurityOutputToTemplate(WoofSecurityOutputModel securityOutput,
WoofTemplateModel template) |
|
Change<WoofSecurityOutputToWoofTemplateModel> |
WoofChangesImpl.linkSecurityOutputToTemplate(WoofSecurityOutputModel securityOutput,
WoofTemplateModel template) |
|
Change<WoofStartToWoofProcedureModel> |
WoofChanges.linkStartToProcedure(WoofStartModel start,
WoofProcedureModel procedure) |
|
Change<WoofStartToWoofProcedureModel> |
WoofChangesImpl.linkStartToProcedure(WoofStartModel start,
WoofProcedureModel procedure) |
|
Change<WoofStartToWoofSectionInputModel> |
WoofChanges.linkStartToSectionInput(WoofStartModel start,
WoofSectionInputModel sectionInput) |
|
Change<WoofStartToWoofSectionInputModel> |
WoofChangesImpl.linkStartToSectionInput(WoofStartModel start,
WoofSectionInputModel sectionInput) |
|
Change<WoofTemplateOutputToWoofProcedureModel> |
WoofChanges.linkTemplateOutputToProcedure(WoofTemplateOutputModel templateOutput,
WoofProcedureModel procedure) |
|
Change<WoofTemplateOutputToWoofProcedureModel> |
WoofChangesImpl.linkTemplateOutputToProcedure(WoofTemplateOutputModel templateOutput,
WoofProcedureModel procedure) |
|
Change<WoofTemplateOutputToWoofResourceModel> |
WoofChanges.linkTemplateOutputToResource(WoofTemplateOutputModel templateOutput,
WoofResourceModel resource) |
|
Change<WoofTemplateOutputToWoofResourceModel> |
WoofChangesImpl.linkTemplateOutputToResource(WoofTemplateOutputModel templateOutput,
WoofResourceModel resource) |
|
Change<WoofTemplateOutputToWoofSectionInputModel> |
WoofChanges.linkTemplateOutputToSectionInput(WoofTemplateOutputModel templateOutput,
WoofSectionInputModel sectionInput) |
|
Change<WoofTemplateOutputToWoofSectionInputModel> |
WoofChangesImpl.linkTemplateOutputToSectionInput(WoofTemplateOutputModel templateOutput,
WoofSectionInputModel sectionInput) |
|
Change<WoofTemplateOutputToWoofSecurityModel> |
WoofChanges.linkTemplateOutputToSecurity(WoofTemplateOutputModel templateOutput,
WoofSecurityModel security) |
|
Change<WoofTemplateOutputToWoofSecurityModel> |
WoofChangesImpl.linkTemplateOutputToSecurity(WoofTemplateOutputModel templateOutput,
WoofSecurityModel security) |
|
Change<WoofTemplateOutputToWoofTemplateModel> |
WoofChanges.linkTemplateOutputToTemplate(WoofTemplateOutputModel templateOutput,
WoofTemplateModel template) |
|
Change<WoofTemplateOutputToWoofTemplateModel> |
WoofChangesImpl.linkTemplateOutputToTemplate(WoofTemplateOutputModel templateOutput,
WoofTemplateModel template) |
|
Change<WoofTemplateToSuperWoofTemplateModel> |
WoofChanges.linkTemplateToSuperTemplate(WoofTemplateModel childTemplate,
WoofTemplateModel superTemplate) |
|
Change<WoofTemplateToSuperWoofTemplateModel> |
WoofChangesImpl.linkTemplateToSuperTemplate(WoofTemplateModel childTemplate,
WoofTemplateModel superTemplate) |
|
Change<WoofExceptionModel> |
WoofChanges.refactorException(WoofExceptionModel exception,
java.lang.String exceptionClassName) |
|
Change<WoofExceptionModel> |
WoofChangesImpl.refactorException(WoofExceptionModel exception,
java.lang.String exceptionClassName) |
|
Change<WoofGovernanceModel> |
WoofChanges.refactorGovernance(WoofGovernanceModel governance,
java.lang.String governanceName,
java.lang.String governanceSourceClassName,
PropertyList properties,
GovernanceType<?,?> governanceType) |
|
Change<WoofGovernanceModel> |
WoofChangesImpl.refactorGovernance(WoofGovernanceModel governance,
java.lang.String governanceName,
java.lang.String governanceSourceClassName,
PropertyList properties,
GovernanceType<?,?> governanceType) |
|
Change<WoofHttpContinuationModel> |
WoofChanges.refactorHttpContinuation(WoofHttpContinuationModel continuation,
java.lang.String applicationPath,
boolean isSecure) |
|
Change<WoofHttpContinuationModel> |
WoofChangesImpl.refactorHttpContinuation(WoofHttpContinuationModel continuation,
java.lang.String applicationPath,
boolean isSecure) |
|
Change<WoofHttpInputModel> |
WoofChanges.refactorHttpInput(WoofHttpInputModel input,
java.lang.String applicationPath,
java.lang.String httpMethod,
boolean isSecure) |
|
Change<WoofHttpInputModel> |
WoofChangesImpl.refactorHttpInput(WoofHttpInputModel input,
java.lang.String applicationPath,
java.lang.String httpMethod,
boolean isSecure) |
|
Change<WoofProcedureModel> |
WoofChanges.refactorProcedure(WoofProcedureModel procedureModel,
java.lang.String procedureName,
java.lang.String resource,
java.lang.String sourceName,
java.lang.String procedure,
PropertyList properties,
ProcedureType procedureType,
java.util.Map<java.lang.String,java.lang.String> outputNameMapping) |
|
Change<WoofProcedureModel> |
WoofChangesImpl.refactorProcedure(WoofProcedureModel procedureModel,
java.lang.String procedureName,
java.lang.String resource,
java.lang.String sourceName,
java.lang.String procedure,
PropertyList properties,
ProcedureType procedureType,
java.util.Map<java.lang.String,java.lang.String> outputNameMapping) |
|
Change<WoofResourceModel> |
WoofChanges.refactorResource(WoofResourceModel resource,
java.lang.String resourcePath) |
|
Change<WoofResourceModel> |
WoofChangesImpl.refactorResource(WoofResourceModel resource,
java.lang.String resourcePath) |
|
Change<WoofSectionModel> |
WoofChanges.refactorSection(WoofSectionModel section,
java.lang.String sectionName,
java.lang.String sectionSourceClassName,
java.lang.String sectionLocation,
PropertyList properties,
SectionType sectionType,
java.util.Map<java.lang.String,java.lang.String> sectionInputNameMapping,
java.util.Map<java.lang.String,java.lang.String> sectionOutputNameMapping) |
|
Change<WoofSectionModel> |
WoofChangesImpl.refactorSection(WoofSectionModel section,
java.lang.String sectionName,
java.lang.String sectionSourceClassName,
java.lang.String sectionLocation,
PropertyList properties,
SectionType sectionType,
java.util.Map<java.lang.String,java.lang.String> sectionInputNameMapping,
java.util.Map<java.lang.String,java.lang.String> sectionOutputNameMapping) |
|
Change<WoofSecurityModel> |
WoofChanges.refactorSecurity(WoofSecurityModel security,
java.lang.String httpSecurityName,
java.lang.String httpSecuritySourceClassName,
long timeout,
PropertyList properties,
java.lang.String[] contentTypes,
HttpSecurityType<?,?,?,?,?> httpSecurityType,
java.util.Map<java.lang.String,java.lang.String> securityOutputNameMapping) |
|
Change<WoofSecurityModel> |
WoofChangesImpl.refactorSecurity(WoofSecurityModel security,
java.lang.String httpSecurityName,
java.lang.String httpSecuritySourceClassName,
long timeout,
PropertyList properties,
java.lang.String[] contentTypes,
HttpSecurityType<?,?,?,?,?> httpSecurityType,
java.util.Map<java.lang.String,java.lang.String> accessOutputNameMapping) |
|
Change<WoofTemplateModel> |
WoofChanges.refactorTemplate(WoofTemplateModel template,
java.lang.String applicationPath,
java.lang.String templateLocation,
java.lang.String templateLogicClass,
WebTemplateType webTemplateType,
java.lang.String redirectValuesFunction,
java.util.Set<java.lang.String> inheritedTemplateOutputNames,
java.lang.String contentType,
java.lang.String charsetName,
boolean isTemplateSecure,
java.lang.String linkSeparatorCharacter,
java.util.Map<java.lang.String,java.lang.Boolean> linksSecure,
java.lang.String[] renderHttpMethods,
WoofTemplateExtension[] extensions,
java.util.Map<java.lang.String,java.lang.String> templateOutputNameMapping,
WoofTemplateChangeContext context) |
|
Change<WoofTemplateModel> |
WoofChangesImpl.refactorTemplate(WoofTemplateModel template,
java.lang.String applicationPath,
java.lang.String templateLocation,
java.lang.String templateLogicClass,
WebTemplateType templateType,
java.lang.String redirectValuesFunction,
java.util.Set<java.lang.String> inheritedTemplateOutputNames,
java.lang.String contentType,
java.lang.String charsetName,
boolean isTemplateSecure,
java.lang.String linkSeparatorCharacter,
java.util.Map<java.lang.String,java.lang.Boolean> linksSecure,
java.lang.String[] renderHttpMethods,
WoofTemplateExtension[] extensions,
java.util.Map<java.lang.String,java.lang.String> templateOutputNameMapping,
WoofTemplateChangeContext context) |
|
Change<WoofExceptionModel> |
WoofChanges.removeException(WoofExceptionModel exception) |
|
Change<WoofExceptionModel> |
WoofChangesImpl.removeException(WoofExceptionModel exception) |
|
Change<WoofExceptionToWoofHttpContinuationModel> |
WoofChanges.removeExceptionToHttpContinuation(WoofExceptionToWoofHttpContinuationModel link) |
|
Change<WoofExceptionToWoofHttpContinuationModel> |
WoofChangesImpl.removeExceptionToHttpContinuation(WoofExceptionToWoofHttpContinuationModel link) |
|
Change<WoofExceptionToWoofProcedureModel> |
WoofChanges.removeExceptionToProcedure(WoofExceptionToWoofProcedureModel link) |
|
Change<WoofExceptionToWoofProcedureModel> |
WoofChangesImpl.removeExceptionToProcedure(WoofExceptionToWoofProcedureModel link) |
|
Change<WoofExceptionToWoofResourceModel> |
WoofChanges.removeExceptionToResource(WoofExceptionToWoofResourceModel link) |
|
Change<WoofExceptionToWoofResourceModel> |
WoofChangesImpl.removeExceptionToResource(WoofExceptionToWoofResourceModel link) |
|
Change<WoofExceptionToWoofSectionInputModel> |
WoofChanges.removeExceptionToSectionInput(WoofExceptionToWoofSectionInputModel link) |
|
Change<WoofExceptionToWoofSectionInputModel> |
WoofChangesImpl.removeExceptionToSectionInput(WoofExceptionToWoofSectionInputModel link) |
|
Change<WoofExceptionToWoofSecurityModel> |
WoofChanges.removeExceptionToSecurity(WoofExceptionToWoofSecurityModel link) |
|
Change<WoofExceptionToWoofSecurityModel> |
WoofChangesImpl.removeExceptionToSecurity(WoofExceptionToWoofSecurityModel link) |
|
Change<WoofExceptionToWoofTemplateModel> |
WoofChanges.removeExceptionToTemplate(WoofExceptionToWoofTemplateModel link) |
|
Change<WoofExceptionToWoofTemplateModel> |
WoofChangesImpl.removeExceptionToTemplate(WoofExceptionToWoofTemplateModel link) |
|
Change<WoofGovernanceModel> |
WoofChanges.removeGovernance(WoofGovernanceModel governance) |
|
Change<WoofGovernanceModel> |
WoofChangesImpl.removeGovernance(WoofGovernanceModel governance) |
|
Change<WoofGovernanceAreaModel> |
WoofChanges.removeGovernanceArea(WoofGovernanceAreaModel governanceArea) |
|
Change<WoofGovernanceAreaModel> |
WoofChangesImpl.removeGovernanceArea(WoofGovernanceAreaModel governanceArea) |
|
Change<WoofHttpContinuationModel> |
WoofChanges.removeHttpContinuation(WoofHttpContinuationModel httpContinuation) |
|
Change<WoofHttpContinuationModel> |
WoofChangesImpl.removeHttpContinuation(WoofHttpContinuationModel httpContinuation) |
|
Change<WoofHttpContinuationToWoofHttpContinuationModel> |
WoofChanges.removeHttpContinuationToHttpContinuation(WoofHttpContinuationToWoofHttpContinuationModel link) |
|
Change<WoofHttpContinuationToWoofHttpContinuationModel> |
WoofChangesImpl.removeHttpContinuationToHttpContinuation(WoofHttpContinuationToWoofHttpContinuationModel link) |
|
Change<WoofHttpContinuationToWoofProcedureModel> |
WoofChanges.removeHttpContinuationToProcedure(WoofHttpContinuationToWoofProcedureModel link) |
|
Change<WoofHttpContinuationToWoofProcedureModel> |
WoofChangesImpl.removeHttpContinuationToProcedure(WoofHttpContinuationToWoofProcedureModel link) |
|
Change<WoofHttpContinuationToWoofResourceModel> |
WoofChanges.removeHttpContinuationToResource(WoofHttpContinuationToWoofResourceModel link) |
|
Change<WoofHttpContinuationToWoofResourceModel> |
WoofChangesImpl.removeHttpContinuationToResource(WoofHttpContinuationToWoofResourceModel link) |
|
Change<WoofHttpContinuationToWoofSectionInputModel> |
WoofChanges.removeHttpContinuationToSectionInput(WoofHttpContinuationToWoofSectionInputModel link) |
|
Change<WoofHttpContinuationToWoofSectionInputModel> |
WoofChangesImpl.removeHttpContinuationToSectionInput(WoofHttpContinuationToWoofSectionInputModel link) |
|
Change<WoofHttpContinuationToWoofSecurityModel> |
WoofChanges.removeHttpContinuationToSecurity(WoofHttpContinuationToWoofSecurityModel link) |
|
Change<WoofHttpContinuationToWoofSecurityModel> |
WoofChangesImpl.removeHttpContinuationToSecurity(WoofHttpContinuationToWoofSecurityModel link) |
|
Change<WoofHttpContinuationToWoofTemplateModel> |
WoofChanges.removeHttpContinuationToTemplate(WoofHttpContinuationToWoofTemplateModel link) |
|
Change<WoofHttpContinuationToWoofTemplateModel> |
WoofChangesImpl.removeHttpContinuationToTemplate(WoofHttpContinuationToWoofTemplateModel link) |
|
Change<WoofHttpInputModel> |
WoofChanges.removeHttpInput(WoofHttpInputModel httpInput) |
|
Change<WoofHttpInputModel> |
WoofChangesImpl.removeHttpInput(WoofHttpInputModel httpInput) |
|
Change<WoofHttpInputToWoofHttpContinuationModel> |
WoofChanges.removeHttpInputToHttpContinuation(WoofHttpInputToWoofHttpContinuationModel link) |
|
Change<WoofHttpInputToWoofHttpContinuationModel> |
WoofChangesImpl.removeHttpInputToHttpContinuation(WoofHttpInputToWoofHttpContinuationModel link) |
|
Change<WoofHttpInputToWoofProcedureModel> |
WoofChanges.removeHttpInputToProcedure(WoofHttpInputToWoofProcedureModel link) |
|
Change<WoofHttpInputToWoofProcedureModel> |
WoofChangesImpl.removeHttpInputToProcedure(WoofHttpInputToWoofProcedureModel link) |
|
Change<WoofHttpInputToWoofResourceModel> |
WoofChanges.removeHttpInputToResource(WoofHttpInputToWoofResourceModel link) |
|
Change<WoofHttpInputToWoofResourceModel> |
WoofChangesImpl.removeHttpInputToResource(WoofHttpInputToWoofResourceModel link) |
|
Change<WoofHttpInputToWoofSectionInputModel> |
WoofChanges.removeHttpInputToSectionInput(WoofHttpInputToWoofSectionInputModel link) |
|
Change<WoofHttpInputToWoofSectionInputModel> |
WoofChangesImpl.removeHttpInputToSectionInput(WoofHttpInputToWoofSectionInputModel link) |
|
Change<WoofHttpInputToWoofSecurityModel> |
WoofChanges.removeHttpInputToSecurity(WoofHttpInputToWoofSecurityModel link) |
|
Change<WoofHttpInputToWoofSecurityModel> |
WoofChangesImpl.removeHttpInputToSecurity(WoofHttpInputToWoofSecurityModel link) |
|
Change<WoofHttpInputToWoofTemplateModel> |
WoofChanges.removeHttpInputToTemplate(WoofHttpInputToWoofTemplateModel link) |
|
Change<WoofHttpInputToWoofTemplateModel> |
WoofChangesImpl.removeHttpInputToTemplate(WoofHttpInputToWoofTemplateModel link) |
|
Change<WoofProcedureModel> |
WoofChanges.removeProcedure(WoofProcedureModel procedureModel) |
|
Change<WoofProcedureModel> |
WoofChangesImpl.removeProcedure(WoofProcedureModel procedure) |
|
Change<WoofProcedureNextToWoofHttpContinuationModel> |
WoofChanges.removeProcedureNextToHttpContinuation(WoofProcedureNextToWoofHttpContinuationModel link) |
|
Change<WoofProcedureNextToWoofHttpContinuationModel> |
WoofChangesImpl.removeProcedureNextToHttpContinuation(WoofProcedureNextToWoofHttpContinuationModel link) |
|
Change<WoofProcedureNextToWoofProcedureModel> |
WoofChanges.removeProcedureNextToProcedure(WoofProcedureNextToWoofProcedureModel link) |
|
Change<WoofProcedureNextToWoofProcedureModel> |
WoofChangesImpl.removeProcedureNextToProcedure(WoofProcedureNextToWoofProcedureModel link) |
|
Change<WoofProcedureNextToWoofResourceModel> |
WoofChanges.removeProcedureNextToResource(WoofProcedureNextToWoofResourceModel link) |
|
Change<WoofProcedureNextToWoofResourceModel> |
WoofChangesImpl.removeProcedureNextToResource(WoofProcedureNextToWoofResourceModel link) |
|
Change<WoofProcedureNextToWoofSectionInputModel> |
WoofChanges.removeProcedureNextToSectionInput(WoofProcedureNextToWoofSectionInputModel link) |
|
Change<WoofProcedureNextToWoofSectionInputModel> |
WoofChangesImpl.removeProcedureNextToSectionInput(WoofProcedureNextToWoofSectionInputModel link) |
|
Change<WoofProcedureNextToWoofSecurityModel> |
WoofChanges.removeProcedureNextToSecurity(WoofProcedureNextToWoofSecurityModel link) |
|
Change<WoofProcedureNextToWoofSecurityModel> |
WoofChangesImpl.removeProcedureNextToSecurity(WoofProcedureNextToWoofSecurityModel link) |
|
Change<WoofProcedureNextToWoofTemplateModel> |
WoofChanges.removeProcedureNextToTemplate(WoofProcedureNextToWoofTemplateModel link) |
|
Change<WoofProcedureNextToWoofTemplateModel> |
WoofChangesImpl.removeProcedureNextToTemplate(WoofProcedureNextToWoofTemplateModel link) |
|
Change<WoofProcedureOutputToWoofHttpContinuationModel> |
WoofChanges.removeProcedureOutputToHttpContinuation(WoofProcedureOutputToWoofHttpContinuationModel link) |
|
Change<WoofProcedureOutputToWoofHttpContinuationModel> |
WoofChangesImpl.removeProcedureOutputToHttpContinuation(WoofProcedureOutputToWoofHttpContinuationModel link) |
|
Change<WoofProcedureOutputToWoofProcedureModel> |
WoofChanges.removeProcedureOutputToProcedure(WoofProcedureOutputToWoofProcedureModel link) |
|
Change<WoofProcedureOutputToWoofProcedureModel> |
WoofChangesImpl.removeProcedureOutputToProcedure(WoofProcedureOutputToWoofProcedureModel link) |
|
Change<WoofProcedureOutputToWoofResourceModel> |
WoofChanges.removeProcedureOutputToResource(WoofProcedureOutputToWoofResourceModel link) |
|
Change<WoofProcedureOutputToWoofResourceModel> |
WoofChangesImpl.removeProcedureOutputToResource(WoofProcedureOutputToWoofResourceModel link) |
|
Change<WoofProcedureOutputToWoofSectionInputModel> |
WoofChanges.removeProcedureOutputToSectionInput(WoofProcedureOutputToWoofSectionInputModel link) |
|
Change<WoofProcedureOutputToWoofSectionInputModel> |
WoofChangesImpl.removeProcedureOutputToSectionInput(WoofProcedureOutputToWoofSectionInputModel link) |
|
Change<WoofProcedureOutputToWoofSecurityModel> |
WoofChanges.removeProcedureOutputToSecurity(WoofProcedureOutputToWoofSecurityModel link) |
|
Change<WoofProcedureOutputToWoofSecurityModel> |
WoofChangesImpl.removeProcedureOutputToSecurity(WoofProcedureOutputToWoofSecurityModel link) |
|
Change<WoofProcedureOutputToWoofTemplateModel> |
WoofChanges.removeProcedureOutputToTemplate(WoofProcedureOutputToWoofTemplateModel link) |
|
Change<WoofProcedureOutputToWoofTemplateModel> |
WoofChangesImpl.removeProcedureOutputToTemplate(WoofProcedureOutputToWoofTemplateModel link) |
|
Change<WoofResourceModel> |
WoofChanges.removeResource(WoofResourceModel resource) |
|
Change<WoofResourceModel> |
WoofChangesImpl.removeResource(WoofResourceModel resource) |
|
Change<WoofSectionModel> |
WoofChanges.removeSection(WoofSectionModel section) |
|
Change<WoofSectionModel> |
WoofChangesImpl.removeSection(WoofSectionModel section) |
|
Change<WoofSectionOutputToWoofHttpContinuationModel> |
WoofChanges.removeSectionOutputToHttpContinuation(WoofSectionOutputToWoofHttpContinuationModel link) |
|
Change<WoofSectionOutputToWoofHttpContinuationModel> |
WoofChangesImpl.removeSectionOutputToHttpContinuation(WoofSectionOutputToWoofHttpContinuationModel link) |
|
Change<WoofSectionOutputToWoofProcedureModel> |
WoofChanges.removeSectionOutputToProcedure(WoofSectionOutputToWoofProcedureModel link) |
|
Change<WoofSectionOutputToWoofProcedureModel> |
WoofChangesImpl.removeSectionOutputToProcedure(WoofSectionOutputToWoofProcedureModel link) |
|
Change<WoofSectionOutputToWoofResourceModel> |
WoofChanges.removeSectionOutputToResource(WoofSectionOutputToWoofResourceModel link) |
|
Change<WoofSectionOutputToWoofResourceModel> |
WoofChangesImpl.removeSectionOutputToResource(WoofSectionOutputToWoofResourceModel link) |
|
Change<WoofSectionOutputToWoofSectionInputModel> |
WoofChanges.removeSectionOutputToSectionInput(WoofSectionOutputToWoofSectionInputModel link) |
|
Change<WoofSectionOutputToWoofSectionInputModel> |
WoofChangesImpl.removeSectionOutputToSectionInput(WoofSectionOutputToWoofSectionInputModel link) |
|
Change<WoofSectionOutputToWoofSecurityModel> |
WoofChanges.removeSectionOutputToSecurity(WoofSectionOutputToWoofSecurityModel link) |
|
Change<WoofSectionOutputToWoofSecurityModel> |
WoofChangesImpl.removeSectionOutputToSecurity(WoofSectionOutputToWoofSecurityModel link) |
|
Change<WoofSectionOutputToWoofTemplateModel> |
WoofChanges.removeSectionOutputToTemplate(WoofSectionOutputToWoofTemplateModel link) |
|
Change<WoofSectionOutputToWoofTemplateModel> |
WoofChangesImpl.removeSectionOutputToTemplate(WoofSectionOutputToWoofTemplateModel link) |
|
Change<WoofSecurityModel> |
WoofChanges.removeSecurity(WoofSecurityModel security) |
|
Change<WoofSecurityModel> |
WoofChangesImpl.removeSecurity(WoofSecurityModel security) |
|
Change<WoofSecurityOutputToWoofHttpContinuationModel> |
WoofChanges.removeSecurityOutputToHttpContinuation(WoofSecurityOutputToWoofHttpContinuationModel link) |
|
Change<WoofSecurityOutputToWoofHttpContinuationModel> |
WoofChangesImpl.removeSecurityOutputToHttpContinuation(WoofSecurityOutputToWoofHttpContinuationModel link) |
|
Change<WoofSecurityOutputToWoofProcedureModel> |
WoofChanges.removeSecurityOutputToProcedure(WoofSecurityOutputToWoofProcedureModel link) |
|
Change<WoofSecurityOutputToWoofProcedureModel> |
WoofChangesImpl.removeSecurityOutputToProcedure(WoofSecurityOutputToWoofProcedureModel link) |
|
Change<WoofSecurityOutputToWoofResourceModel> |
WoofChanges.removeSecurityOutputToResource(WoofSecurityOutputToWoofResourceModel link) |
|
Change<WoofSecurityOutputToWoofResourceModel> |
WoofChangesImpl.removeSecurityOutputToResource(WoofSecurityOutputToWoofResourceModel link) |
|
Change<WoofSecurityOutputToWoofSectionInputModel> |
WoofChanges.removeSecurityOutputToSectionInput(WoofSecurityOutputToWoofSectionInputModel link) |
|
Change<WoofSecurityOutputToWoofSectionInputModel> |
WoofChangesImpl.removeSecurityOutputToSectionInput(WoofSecurityOutputToWoofSectionInputModel link) |
|
Change<WoofSecurityOutputToWoofSecurityModel> |
WoofChanges.removeSecurityOutputToSecurity(WoofSecurityOutputToWoofSecurityModel link) |
|
Change<WoofSecurityOutputToWoofSecurityModel> |
WoofChangesImpl.removeSecurityOutputToSecurity(WoofSecurityOutputToWoofSecurityModel link) |
|
Change<WoofSecurityOutputToWoofTemplateModel> |
WoofChanges.removeSecurityOutputToTemplate(WoofSecurityOutputToWoofTemplateModel link) |
|
Change<WoofSecurityOutputToWoofTemplateModel> |
WoofChangesImpl.removeSecurityOutputToTemplate(WoofSecurityOutputToWoofTemplateModel link) |
|
Change<WoofStartModel> |
WoofChanges.removeStart(WoofStartModel start) |
|
Change<WoofStartModel> |
WoofChangesImpl.removeStart(WoofStartModel start) |
|
Change<WoofStartToWoofProcedureModel> |
WoofChanges.removeStartToProcedure(WoofStartToWoofProcedureModel link) |
|
Change<WoofStartToWoofProcedureModel> |
WoofChangesImpl.removeStartToProcedure(WoofStartToWoofProcedureModel link) |
|
Change<WoofStartToWoofSectionInputModel> |
WoofChanges.removeStartToSectionInput(WoofStartToWoofSectionInputModel link) |
|
Change<WoofStartToWoofSectionInputModel> |
WoofChangesImpl.removeStartToSectionInput(WoofStartToWoofSectionInputModel link) |
|
Change<WoofTemplateModel> |
WoofChanges.removeTemplate(WoofTemplateModel template,
WoofTemplateChangeContext context) |
|
Change<WoofTemplateModel> |
WoofChangesImpl.removeTemplate(WoofTemplateModel template,
WoofTemplateChangeContext context) |
|
Change<WoofTemplateOutputToWoofProcedureModel> |
WoofChanges.removeTemplateOutputToProcedure(WoofTemplateOutputToWoofProcedureModel link) |
|
Change<WoofTemplateOutputToWoofProcedureModel> |
WoofChangesImpl.removeTemplateOutputToProcedure(WoofTemplateOutputToWoofProcedureModel link) |
|
Change<WoofTemplateOutputToWoofResourceModel> |
WoofChanges.removeTemplateOutputToResource(WoofTemplateOutputToWoofResourceModel link) |
|
Change<WoofTemplateOutputToWoofResourceModel> |
WoofChangesImpl.removeTemplateOutputToResource(WoofTemplateOutputToWoofResourceModel link) |
|
Change<WoofTemplateOutputToWoofSectionInputModel> |
WoofChanges.removeTemplateOutputToSectionInput(WoofTemplateOutputToWoofSectionInputModel link) |
|
Change<WoofTemplateOutputToWoofSectionInputModel> |
WoofChangesImpl.removeTemplateOutputToSectionInput(WoofTemplateOutputToWoofSectionInputModel link) |
|
Change<WoofTemplateOutputToWoofSecurityModel> |
WoofChanges.removeTemplateOutputToSecurity(WoofTemplateOutputToWoofSecurityModel link) |
|
Change<WoofTemplateOutputToWoofSecurityModel> |
WoofChangesImpl.removeTemplateOutputToSecurity(WoofTemplateOutputToWoofSecurityModel link) |
|
Change<WoofTemplateOutputToWoofTemplateModel> |
WoofChanges.removeTemplateOutputToTemplate(WoofTemplateOutputToWoofTemplateModel link) |
|
Change<WoofTemplateOutputToWoofTemplateModel> |
WoofChangesImpl.removeTemplateOutputToTemplate(WoofTemplateOutputToWoofTemplateModel link) |
|
Change<WoofTemplateToSuperWoofTemplateModel> |
WoofChanges.removeTemplateToSuperTemplate(WoofTemplateToSuperWoofTemplateModel link) |
|
Change<WoofTemplateToSuperWoofTemplateModel> |
WoofChangesImpl.removeTemplateToSuperTemplate(WoofTemplateToSuperWoofTemplateModel link) |
|