
com.liferay.object.rest.internal.configuration.FunctionObjectEntryManagerConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.object.rest.impl
Show all versions of com.liferay.object.rest.impl
Liferay Object REST Implementation
The newest version!
/**
* SPDX-FileCopyrightText: (c) 2000 Liferay, Inc. https://liferay.com
* SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
*/
package com.liferay.object.rest.internal.configuration;
import aQute.bnd.annotation.metatype.Meta;
import com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition;
/**
* @author Feliphe Marinho
*/
@ExtendedObjectClassDefinition(generateUI = false)
@Meta.OCD(
factory = true,
id = "com.liferay.object.rest.internal.configuration.FunctionObjectEntryManagerConfiguration"
)
public interface FunctionObjectEntryManagerConfiguration {
@Meta.AD
public String oAuth2ApplicationExternalReferenceCode();
@Meta.AD
public String resourcePath();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy