Package | Description |
---|---|
com.google.enterprise.connector.spi |
Defines the SPI for connector developers who wish to write
plug-ins to the Google Search Appliance.
|
Modifier and Type | Method and Description |
---|---|
static SecureDocument |
SecureDocument.createAcl(java.util.Map<java.lang.String,java.util.List<Value>> properties)
Constructs a
SecureDocument representing a stand-alone ACL whose
metadata consists of the supplied Map of properties,
associating property names with their Values . |
static SecureDocument |
SecureDocument.createAcl(java.lang.String docId,
java.lang.String searchUrl)
Constructs a
SecureDocument representing a stand-alone ACL. |
static SecureDocument |
SecureDocument.createDocumentWithAcl(Document document)
Constructs a
SecureDocument representing a document with
an ACL whose metadata consists of the properties of the given
Document . |
static SecureDocument |
SecureDocument.createDocumentWithAcl(java.util.Map<java.lang.String,java.util.List<Value>> properties)
Constructs a
SecureDocument representing a document with
an ACL whose metadata consists of the supplied Map of
properties, associating property names with their Values . |