Uses of Interface
de.xima.fc.interfaces.form.IFormPublishContext
- 
Packages that use IFormPublishContext Package Description de.xima.fc.form de.xima.fc.form.publish de.xima.fc.interfaces.form  - 
- 
Uses of IFormPublishContext in de.xima.fc.form
Methods in de.xima.fc.form with parameters of type IFormPublishContext Modifier and Type Method Description static booleanFormPublishUtil. publish(IFormPublishContext ctx)static voidFormPublishUtil. publishPDFInmport(File file, IFormPublishContext publishCtx)static ProjektRessourceFormPublishUtil. publishProjectResource(File file, String resourceName, IFormPublishContext publishCtx)static voidFormPublishUtil. publishResource(File file, String resourceName, IFormPublishContext publishCtx)Deprecated. - 
Uses of IFormPublishContext in de.xima.fc.form.publish
Classes in de.xima.fc.form.publish that implement IFormPublishContext Modifier and Type Class Description classExtendedFormPublishContextContext of an form-publish-request extended withHttpServletRequestandHttpServletResponseclassFormPublishContextContext of an form-publish-request with data for an publish-callMethods in de.xima.fc.form.publish that return IFormPublishContext Modifier and Type Method Description IFormPublishContextFormPublishContextBuilder. build(Benutzer benutzer, PublishRequestParameter parameters)builds anIFormPublishContextbased on the the given parameters.IFormPublishContextFormPublishContextBuilder. build(IFormPublishContext publishCtx)builds theIFormPublishContextbased by loading all needed data from the master-server and sets them into the givenIFormPublishContextMethods in de.xima.fc.form.publish with parameters of type IFormPublishContext Modifier and Type Method Description IFormPublishContextFormPublishContextBuilder. build(IFormPublishContext publishCtx)builds theIFormPublishContextbased by loading all needed data from the master-server and sets them into the givenIFormPublishContextstatic booleanFormPublishValidator. checkPublishCtx(IFormPublishContext ctx) - 
Uses of IFormPublishContext in de.xima.fc.interfaces.form
Subinterfaces of IFormPublishContext in de.xima.fc.interfaces.form Modifier and Type Interface Description interfaceIExtendedFormPublishContext 
 -