Index

A B C E F H I J M N O P R S T 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AlfrescoNodeMapper - Class in org.alfresco.hxi_connector.bulk_ingester.processor.mapper
 
AlfrescoNodeMapper() - Constructor for class org.alfresco.hxi_connector.bulk_ingester.processor.mapper.AlfrescoNodeMapper
 
AlfrescoNodeMapperConfig - Class in org.alfresco.hxi_connector.bulk_ingester.processor.mapper.config
 
AlfrescoNodeMapperConfig() - Constructor for class org.alfresco.hxi_connector.bulk_ingester.processor.mapper.config.AlfrescoNodeMapperConfig
 
AlfrescoPropertyMapper - Class in org.alfresco.hxi_connector.bulk_ingester.processor.mapper
 
AlfrescoPropertyMapper() - Constructor for class org.alfresco.hxi_connector.bulk_ingester.processor.mapper.AlfrescoPropertyMapper
 
alfrescoPropertyMapperFactory(NamespacePrefixMapper) - Method in class org.alfresco.hxi_connector.bulk_ingester.processor.mapper.config.AlfrescoNodeMapperConfig
 
AlfrescoPropertyMapperFactory - Interface in org.alfresco.hxi_connector.bulk_ingester.processor.mapper
 
ApplicationManager - Class in org.alfresco.hxi_connector.bulk_ingester.spring
 
ApplicationManager() - Constructor for class org.alfresco.hxi_connector.bulk_ingester.spring.ApplicationManager
 
ASPECT_NAMES_PROPERTY - Static variable in class org.alfresco.hxi_connector.bulk_ingester.processor.mapper.AlfrescoNodeMapper
 

B

BulkIngesterApplication - Class in org.alfresco.hxi_connector.bulk_ingester
 
BulkIngesterApplication() - Constructor for class org.alfresco.hxi_connector.bulk_ingester.BulkIngesterApplication
 
BulkIngesterConfig - Record Class in org.alfresco.hxi_connector.bulk_ingester.processor
 
BulkIngesterConfig(long, long) - Constructor for record class org.alfresco.hxi_connector.bulk_ingester.processor.BulkIngesterConfig
Creates an instance of a BulkIngesterConfig record class.
BulkIngesterNodeRepository - Class in org.alfresco.hxi_connector.bulk_ingester.repository
 
BulkIngesterNodeRepository() - Constructor for class org.alfresco.hxi_connector.bulk_ingester.repository.BulkIngesterNodeRepository
 
BulkIngesterRepositoryConfig - Record Class in org.alfresco.hxi_connector.bulk_ingester.repository
 
BulkIngesterRepositoryConfig(int) - Constructor for record class org.alfresco.hxi_connector.bulk_ingester.repository.BulkIngesterRepositoryConfig
Creates an instance of a BulkIngesterRepositoryConfig record class.
BulkIngestionProcessor - Class in org.alfresco.hxi_connector.bulk_ingester.processor
 
BulkIngestionProcessor() - Constructor for class org.alfresco.hxi_connector.bulk_ingester.processor.BulkIngestionProcessor
 

C

CONTENT_PROPERTY - Static variable in class org.alfresco.hxi_connector.bulk_ingester.processor.mapper.AlfrescoNodeMapper
 
contentInfo() - Method in record class org.alfresco.hxi_connector.bulk_ingester.processor.model.Node
Returns the value of the contentInfo record component.
ContentInfo - Record Class in org.alfresco.hxi_connector.bulk_ingester.processor.model
 
ContentInfo(long, String, String) - Constructor for record class org.alfresco.hxi_connector.bulk_ingester.processor.model.ContentInfo
Creates an instance of a ContentInfo record class.
contentSize() - Method in record class org.alfresco.hxi_connector.bulk_ingester.processor.model.ContentInfo
Returns the value of the contentSize record component.
create(AlfrescoNode, String) - Method in interface org.alfresco.hxi_connector.bulk_ingester.processor.mapper.AlfrescoPropertyMapperFactory
 
CREATED_AT_PROPERTY - Static variable in class org.alfresco.hxi_connector.bulk_ingester.processor.mapper.AlfrescoNodeMapper
 
CREATED_BY_PROPERTY - Static variable in class org.alfresco.hxi_connector.bulk_ingester.processor.mapper.AlfrescoNodeMapper
 
createPropertySource(String, EncodedResource) - Method in class org.alfresco.hxi_connector.bulk_ingester.processor.mapper.config.PredefinedNamespacePrefixMapper.JsonPropertySourceFactory
 

E

encoding() - Method in record class org.alfresco.hxi_connector.bulk_ingester.processor.model.ContentInfo
Returns the value of the encoding record component.
endpoint() - Method in record class org.alfresco.hxi_connector.bulk_ingester.event.NodePublisherConfig
Returns the value of the endpoint record component.
equals(Object) - Method in record class org.alfresco.hxi_connector.bulk_ingester.event.NodePublisherConfig
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.alfresco.hxi_connector.bulk_ingester.processor.BulkIngesterConfig
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.alfresco.hxi_connector.bulk_ingester.processor.model.ContentInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.alfresco.hxi_connector.bulk_ingester.processor.model.Node
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.alfresco.hxi_connector.bulk_ingester.repository.BulkIngesterRepositoryConfig
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.alfresco.hxi_connector.bulk_ingester.repository.IdRange
Indicates whether some other object is "equal to" this one.

F

find(IdRange) - Method in class org.alfresco.hxi_connector.bulk_ingester.repository.BulkIngesterNodeRepository
 
from() - Method in record class org.alfresco.hxi_connector.bulk_ingester.repository.IdRange
Returns the value of the from record component.
fromId() - Method in record class org.alfresco.hxi_connector.bulk_ingester.processor.BulkIngesterConfig
Returns the value of the fromId record component.

H

hashCode() - Method in record class org.alfresco.hxi_connector.bulk_ingester.event.NodePublisherConfig
Returns a hash code value for this object.
hashCode() - Method in record class org.alfresco.hxi_connector.bulk_ingester.processor.BulkIngesterConfig
Returns a hash code value for this object.
hashCode() - Method in record class org.alfresco.hxi_connector.bulk_ingester.processor.model.ContentInfo
Returns a hash code value for this object.
hashCode() - Method in record class org.alfresco.hxi_connector.bulk_ingester.processor.model.Node
Returns a hash code value for this object.
hashCode() - Method in record class org.alfresco.hxi_connector.bulk_ingester.repository.BulkIngesterRepositoryConfig
Returns a hash code value for this object.
hashCode() - Method in record class org.alfresco.hxi_connector.bulk_ingester.repository.IdRange
Returns a hash code value for this object.

I

IdRange - Record Class in org.alfresco.hxi_connector.bulk_ingester.repository
 
IdRange(long, long) - Constructor for record class org.alfresco.hxi_connector.bulk_ingester.repository.IdRange
Creates an instance of a IdRange record class.

J

JsonPropertySourceFactory() - Constructor for class org.alfresco.hxi_connector.bulk_ingester.processor.mapper.config.PredefinedNamespacePrefixMapper.JsonPropertySourceFactory
 

M

main(String[]) - Static method in class org.alfresco.hxi_connector.bulk_ingester.BulkIngesterApplication
 
map(AlfrescoNode) - Method in class org.alfresco.hxi_connector.bulk_ingester.processor.mapper.AlfrescoNodeMapper
 
mimetype() - Method in record class org.alfresco.hxi_connector.bulk_ingester.processor.model.ContentInfo
Returns the value of the mimetype record component.
MODIFIED_BY_PROPERTY - Static variable in class org.alfresco.hxi_connector.bulk_ingester.processor.mapper.AlfrescoNodeMapper
 

N

NamespacePrefixMapper - Interface in org.alfresco.hxi_connector.bulk_ingester.processor.mapper
 
Node - Record Class in org.alfresco.hxi_connector.bulk_ingester.processor.model
 
Node(String, ContentInfo, Map<String, Serializable>) - Constructor for record class org.alfresco.hxi_connector.bulk_ingester.processor.model.Node
Creates an instance of a Node record class.
nodeId() - Method in record class org.alfresco.hxi_connector.bulk_ingester.processor.model.Node
Returns the value of the nodeId record component.
NodePublisher - Interface in org.alfresco.hxi_connector.bulk_ingester.event
 
NodePublisherConfig - Record Class in org.alfresco.hxi_connector.bulk_ingester.event
 
NodePublisherConfig(String) - Constructor for record class org.alfresco.hxi_connector.bulk_ingester.event.NodePublisherConfig
Creates an instance of a NodePublisherConfig record class.

O

org.alfresco.hxi_connector.bulk_ingester - package org.alfresco.hxi_connector.bulk_ingester
 
org.alfresco.hxi_connector.bulk_ingester.event - package org.alfresco.hxi_connector.bulk_ingester.event
 
org.alfresco.hxi_connector.bulk_ingester.processor - package org.alfresco.hxi_connector.bulk_ingester.processor
 
org.alfresco.hxi_connector.bulk_ingester.processor.mapper - package org.alfresco.hxi_connector.bulk_ingester.processor.mapper
 
org.alfresco.hxi_connector.bulk_ingester.processor.mapper.config - package org.alfresco.hxi_connector.bulk_ingester.processor.mapper.config
 
org.alfresco.hxi_connector.bulk_ingester.processor.model - package org.alfresco.hxi_connector.bulk_ingester.processor.model
 
org.alfresco.hxi_connector.bulk_ingester.repository - package org.alfresco.hxi_connector.bulk_ingester.repository
 
org.alfresco.hxi_connector.bulk_ingester.spring - package org.alfresco.hxi_connector.bulk_ingester.spring
 

P

pageSize() - Method in record class org.alfresco.hxi_connector.bulk_ingester.repository.BulkIngesterRepositoryConfig
Returns the value of the pageSize record component.
performMapping() - Method in class org.alfresco.hxi_connector.bulk_ingester.processor.mapper.AlfrescoPropertyMapper
 
PredefinedNamespacePrefixMapper - Class in org.alfresco.hxi_connector.bulk_ingester.processor.mapper.config
 
PredefinedNamespacePrefixMapper() - Constructor for class org.alfresco.hxi_connector.bulk_ingester.processor.mapper.config.PredefinedNamespacePrefixMapper
 
PredefinedNamespacePrefixMapper.JsonPropertySourceFactory - Class in org.alfresco.hxi_connector.bulk_ingester.processor.mapper.config
 
process() - Method in class org.alfresco.hxi_connector.bulk_ingester.processor.BulkIngestionProcessor
 
properties() - Method in record class org.alfresco.hxi_connector.bulk_ingester.processor.model.Node
Returns the value of the properties record component.
publish(Node) - Method in interface org.alfresco.hxi_connector.bulk_ingester.event.NodePublisher
 

R

run(ApplicationArguments) - Method in class org.alfresco.hxi_connector.bulk_ingester.BulkIngesterApplication
 

S

shoutDown() - Method in class org.alfresco.hxi_connector.bulk_ingester.spring.ApplicationManager
 

T

to() - Method in record class org.alfresco.hxi_connector.bulk_ingester.repository.IdRange
Returns the value of the to record component.
toId() - Method in record class org.alfresco.hxi_connector.bulk_ingester.processor.BulkIngesterConfig
Returns the value of the toId record component.
toPrefixedName(String, String) - Method in class org.alfresco.hxi_connector.bulk_ingester.processor.mapper.config.PredefinedNamespacePrefixMapper
 
toPrefixedName(String, String) - Method in interface org.alfresco.hxi_connector.bulk_ingester.processor.mapper.NamespacePrefixMapper
 
toPrefixedName(PropertyKey) - Method in interface org.alfresco.hxi_connector.bulk_ingester.processor.mapper.NamespacePrefixMapper
 
toPrefixedName(QName) - Method in interface org.alfresco.hxi_connector.bulk_ingester.processor.mapper.NamespacePrefixMapper
 
toString() - Method in record class org.alfresco.hxi_connector.bulk_ingester.event.NodePublisherConfig
Returns a string representation of this record class.
toString() - Method in record class org.alfresco.hxi_connector.bulk_ingester.processor.BulkIngesterConfig
Returns a string representation of this record class.
toString() - Method in record class org.alfresco.hxi_connector.bulk_ingester.processor.model.ContentInfo
Returns a string representation of this record class.
toString() - Method in record class org.alfresco.hxi_connector.bulk_ingester.processor.model.Node
Returns a string representation of this record class.
toString() - Method in record class org.alfresco.hxi_connector.bulk_ingester.repository.BulkIngesterRepositoryConfig
Returns a string representation of this record class.
toString() - Method in record class org.alfresco.hxi_connector.bulk_ingester.repository.IdRange
Returns a string representation of this record class.
TYPE_PROPERTY - Static variable in class org.alfresco.hxi_connector.bulk_ingester.processor.mapper.AlfrescoNodeMapper
 
A B C E F H I J M N O P R S T 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form