@Deprecated public interface FormService
Form
specific operations.Modifier and Type | Method and Description |
---|---|
Form |
activateForm(String formID,
boolean updateDependencies)
Deprecated.
|
Form |
copyForm(String oldformID,
Form newform)
Deprecated.
|
Form |
createForm(Form form)
Deprecated.
|
Form |
createTestForm(String formID)
Deprecated.
|
Boolean |
formExists(String formName)
Deprecated.
|
List<Form> |
getAllForms(Query query)
Deprecated.
|
List<Letter> |
getDependentLetters(String formID)
Deprecated.
|
Form |
getForm(String formID)
Deprecated.
|
boolean |
isReferenced(String formID)
Deprecated.
|
Form |
publishForm(String formID)
Deprecated.
Since 6.2. Use
PublishService.publishAssets(List) instead. |
Form |
readForm(String formID)
Deprecated.
|
Form |
retrieveVersion(String formId,
Date publishDate)
Deprecated.
|
Form |
revertToLastPublished(String formId)
Deprecated.
Use
AssetService.revertToLastPublished(String) instead. |
Form |
searchFormWithFMLayout(String formID)
Deprecated.
|
boolean |
updateDependencies(Form oldForm,
Form newForm)
Deprecated.
|
Set<Letter> |
updateDependencies(Form oldForm,
Form newForm,
List<Letter> letters)
Deprecated.
|
boolean |
updateEffectiveDependencies(Form oldForm,
Form newForm,
List<String> lettersToBeIgnored)
Deprecated.
|
Form |
updateForm(Form form)
Deprecated.
|
@Deprecated Boolean formExists(String formName) throws ICCException
formName
- Name of the form.ICCException
@Deprecated List<Form> getAllForms(Query query) throws ICCException
query
- Query to select Forms (supports only first level
attributes/properties of an object).Form
objectsICCException
Statement
,
Query
@Deprecated Form createTestForm(String formID) throws ICCException
Form
object.formID
- ID of Form whose test/inactive version is to be created.ICCException
@Deprecated List<Letter> getDependentLetters(String formID) throws ICCException
formID
- ID of the Form
whose dependencies are to be fetched.Letter
s which depend on the given Form
.ICCException
@Deprecated Form activateForm(String formID, boolean updateDependencies) throws ICCException
Form
identified by the given formID
.formID
- ID of the Form
.updateDependencies
- Whether to set this new activated version in the dependencies.Form
objectICCException
@Deprecated Form publishForm(String formID) throws ICCException
PublishService.publishAssets(List)
instead.Form
identified by the given formID
.formID
- ID of the Form
.Form
objectICCException
@Deprecated Form getForm(String formID) throws ICCException
Form
identified by the given formID
.
This action is not audited for action type Read.formID
- ID of the Form
to be fetched.Form
identified by the given formID
.ICCException
@Deprecated Form searchFormWithFMLayout(String formID) throws ICCException
Form
identified by the given formID
.
This action is not audited for action type Read.formID
- ID of the Form
to be fetched.Form
identified by the given formID
.ICCException
@Deprecated Form readForm(String formID) throws ICCException
Form
identified by the given formID
.
This action is audited for action type Read.formID
- ID of the Form
to be fetched.Form
identified by the given formID
.ICCException
@Deprecated Form createForm(Form form) throws ICCException
Form
object.form
- The Form
to be created.Form
objectICCException
@Deprecated Form updateForm(Form form) throws ICCException
Form
.form
- Form
object to be updated.Form
object.ICCException
@Deprecated Form copyForm(String oldformID, Form newform) throws ICCException
Form
identified by the oldformID
.
newform
does not have content in it, the content of the original Form
is set in it.oldformID
- ID of the original Form
. Used to fetch the original content, if need be.newform
- copy of the original Form (may have properties altered by the user)Form
.ICCException
@Deprecated boolean isReferenced(String formID) throws ICCException
formID
- ID of the Form
whose dependencies are to be fetched.ICCException
@Deprecated boolean updateDependencies(Form oldForm, Form newForm) throws ICCException
oldForm
, in any dependent assets,
with the new Form newForm
.oldForm
- The old Form object.newForm
- The new Form object, which should be set as the new reference.ICCException
@Deprecated boolean updateEffectiveDependencies(Form oldForm, Form newForm, List<String> lettersToBeIgnored) throws ICCException
oldForm
, in any dependent assets,
with the new Form newForm
. The list of Letters names which are passed in the third parameter are ignored.oldForm
- The old Form object.newForm
- The new Form object, which should be set as the new reference.lettersToBeIgnored
- List of Letter Names which are to be ignored while updating the dependent Letters.ICCException
@Deprecated Set<Letter> updateDependencies(Form oldForm, Form newForm, List<Letter> letters) throws ICCException
oldForm
, in given dependent assets (passed as third parameter),
with the new Form newForm
.oldForm
- The old Form object.newForm
- The new Form object, which should be set as the new reference.letters
- List of letters which are required to be updated.ICCException
@Deprecated Form revertToLastPublished(String formId) throws ICCException
AssetService.revertToLastPublished(String)
instead.formId
- The Form ID.ICCException
@Deprecated Form retrieveVersion(String formId, Date publishDate)
formId
- The Form ID.publishDate
- specifies the date for fetching published form.ICCException
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.