true
, the external document changes have priority, and CFS unconditionally updates FileNet P8 documents with the imported metadata. When false
, CFS updates a FileNet P8 document only if the document has not been changed more recently than the corresponding external document. Suppose, for example, that a FileNet P8 document X exists with a corresponding external document Y, a user within the FileNet P8 repository has changed the metadata for X yesterday, a user within the external repository has changed the metadata for Y the day before yesterday, and CFS, as scheduled, imports metadata today from the external repository into the FileNet P8 repository. CFS discovers that X has been changed more recently than Y, and therefore does not update X with the metadata from Y (presuming that the FederationUpdateHasPriority property has a value of
).
CFS performs the change date comparison based on the FileNet P8
property and the corresponding property on the external document. If the external document has no such corresponding property, CFS unconditionally updates FileNet P8 documents with imported metadata regardless of the value of this property.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property FederationUpdateHasPriority As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> FederationUpdateHasPriority { get; set; } |
C++ |
---|
property Nullable<bool> FederationUpdateHasPriority abstract { Nullable<bool> get(); void set(Nullable<bool> value); } |
J# |
---|
/** property */ public Nullable<bool> get_FederationUpdateHasPriority(); /** property */ public void set_FederationUpdateHasPriority(Nullable<bool> value); |
JScript |
---|
public function get FederationUpdateHasPriority() : Nullable<bool> public function set FederationUpdateHasPriority(value : Nullable<bool>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ